Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "errors/api"

Index

Classes

Variables

Variables

Const errors

errors: Map<number, string> = new Map<number, string>([[400, 'Invalid request made'],[401, 'Invalid access token'],[403, 'Not enough permissions'],[404, 'Resource not found'],[405, 'Method not allowed'],[429, 'You are being rate limited'],[502, 'Server busy, retry after a while']])

A list of the commonly occurring errors.

Generated using TypeDoc