Thrown when you exceed the allowed rate limit for a route

Hierarchy (view full)

Constructors

Properties

body: APIBody
message: string
name: string
stack?: string
statusCode: number
type: ErrorType = ErrorType.HTTP_REQUEST_ERROR
prepareStackTrace?: ((err: Error, stackTraces: CallSite[]) => any)

Optional override for formatting stack traces

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • OptionalconstructorOpt: Function

    Returns void