Table of Contents

Class ErrorsClient

Namespace
Auth0.ManagementApi.Jobs
Assembly
Auth0.ManagementApi.dll
public class ErrorsClient : IErrorsClient
Inheritance
ErrorsClient
Implements
Inherited Members
Extension Methods

Methods

GetAsync(string, RequestOptions?, CancellationToken)

Retrieve error details of a failed job.

public WithRawResponseTask<ErrorsGetResponse> GetAsync(string id, RequestOptions? options = null, CancellationToken cancellationToken = default)

Parameters

id string
options RequestOptions
cancellationToken CancellationToken

Returns

WithRawResponseTask<ErrorsGetResponse>

Examples

await client.Jobs.Errors.GetAsync("id");