Back to Node Auth0

Class NotFoundError

docs/classes/management.Management.NotFoundError.html

5.9.11.3 KB
Original Source

Class NotFoundError

Hierarchy (View Summary)

Index

Constructors

constructor

Properties

statusCode?body?rawResponse?cause?

Constructors

constructor

new NotFoundError(body?: unknown, rawResponse?: RawResponse): NotFoundError

Parameters

  • Optionalbody: unknown
  • OptionalrawResponse: RawResponse

Returns NotFoundError

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