Type Alias RetryAsyncErrorData

RetryAsyncErrorData: {
    cause?: unknown;
    maxAttempts: number;
}