Package-level declarations
Types
Link copied to clipboard
class IllegalConfigurationError(val code: String, val subStatus: Int? = null, val throwable: Throwable? = null) : TidalError
Raised whenever an operation failed due to an incorrect configuration.
Link copied to clipboard
Link copied to clipboard
data class RetryableError(val code: String, val subStatus: Int? = null, val throwable: Throwable? = null) : TidalError
Link copied to clipboard
Link copied to clipboard
interface TidalMessage
Link copied to clipboard
class UnexpectedError(val code: String, val subStatus: Int? = null, val throwable: Throwable? = null) : TidalError
An error to be raised for unexpected errors. Can be used as a "catch all" error.