Exception DataLossException (2.47.0)

public class DataLossException extends ApiException

Exception thrown due to unrecoverable data loss or corruption.

Constructors

DataLossException(String message, Throwable cause, StatusCode statusCode, boolean retryable)

public DataLossException(String message, Throwable cause, StatusCode statusCode, boolean retryable)
Parameters
Name Description
message String
cause Throwable
statusCode StatusCode
retryable boolean

DataLossException(Throwable cause, StatusCode statusCode, boolean retryable)

public DataLossException(Throwable cause, StatusCode statusCode, boolean retryable)
Parameters
Name Description
cause Throwable
statusCode StatusCode
retryable boolean

DataLossException(Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails)

public DataLossException(Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails)
Parameters
Name Description
cause Throwable
statusCode StatusCode
retryable boolean
errorDetails ErrorDetails