Back to Node Auth0

Interface FailedStatusCodeError

docs/interfaces/management.SDK.FailedStatusCodeError.html

5.9.1644 B
Original Source

Interface FailedStatusCodeError

interface FailedStatusCodeError {
reason: "status-code";
statusCode: number;
body: unknown;
}

Index

Properties

reasonstatusCodebody

Properties

reason

reason: "status-code"

statusCode

statusCode: number

body

body: unknown

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties reasonstatusCodebody