RunErrorOptions

Examples

Properties

error_code?

optional error_code: string;

Optional. A specific error code to identify the type of error.


retryable?

optional retryable: boolean;

Optional. Indicates whether the error is retryable.


status_code?

optional status_code: number;

Optional. The HTTP status code associated with the error.