Back to Node Auth0

Class ManagementError

docs/classes/management.ManagementError.html

5.9.12.2 KB
Original Source

Class ManagementError

Hierarchy (View Summary)

Index

Constructors

constructor

Properties

statusCode?body?rawResponse?cause?

Constructors

constructor

new ManagementError(
__namedParameters: {
message?: string;
statusCode?: number;
body?: unknown;
rawResponse?: RawResponse;
cause?: unknown;
},
): ManagementError

Parameters

  • __namedParameters: {
    message?: string;
    statusCode?: number;
    body?: unknown;
    rawResponse?: RawResponse;
    cause?: unknown;
    }

Returns ManagementError

Properties

Optional ReadonlystatusCode

statusCode?: number

Optional Readonlybody

body?: unknown

Optional ReadonlyrawResponse

rawResponse?: RawResponse

Optional Readonlycause

cause?: unknown

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Constructors constructor Properties statusCodebodyrawResponsecause