Table of Contents

Interface IErrorsClient

Namespace
Auth0.ManagementApi.Jobs
Assembly
Auth0.ManagementApi.dll
public interface IErrorsClient
Extension Methods

Methods

GetAsync(string, RequestOptions?, CancellationToken)

Retrieve error details of a failed job.

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

Parameters

id string
options RequestOptions
cancellationToken CancellationToken

Returns

WithRawResponseTask<ErrorsGetResponse>