Back to Node Auth0

Class ErrorsClient

docs/classes/management.SDK.ErrorsClient.html

5.9.12.4 KB
Original Source

Class ErrorsClient

Index

Constructors

constructor

Methods

get

Properties

_options

Constructors

constructor

new ErrorsClient(options: BaseClientOptions): ErrorsClient

Parameters

Returns ErrorsClient

Methods

get

get(
id: string,
requestOptions?: ErrorsClient.RequestOptions,
): HttpResponsePromise<Management.jobs.ErrorsGetResponse>

Retrieve error details of a failed job.

Parameters

  • id: string

ID of the job.

Request-specific configuration.

Returns HttpResponsePromise<Management.jobs.ErrorsGetResponse>

Throws

Management.BadRequestError

Throws

Management.UnauthorizedError

Throws

Management.ForbiddenError

Throws

Management.NotFoundError

Throws

Management.TooManyRequestsError

Example

await client.jobs.errors.get("id")Copy

Properties

Protected Readonly_options

_options: NormalizedClientOptionsWithAuth<BaseClientOptions>

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Constructors constructor Methods get Properties _options