Auth0 Node.js SDK - v5.0.0
    Preparing search index...

    Class ResponseError

    Error thrown when the API returns an error response that can't be parsed to a more specific Error instance.

    Hierarchy

    • Error
      • ResponseError
    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • statusCode: number
      • body: string
      • headers: Headers
      • Optionalmsg: string

      Returns ResponseError

    Properties

    name: "ResponseError" = ...
    statusCode: number
    body: string
    headers: Headers