Type alias RetryUploadErrorType

RetryUploadErrorType: {
    isRetryError: boolean;
    message: string;
    status: string;
}

Type declaration

  • isRetryError: boolean
  • message: string
  • status: string

Generated using TypeDoc