Types

Link copied to clipboard

Content length exceeded

Link copied to clipboard
class InvalidRequest(val error: Error?) : ErrorType

An error occurred while processing the request.

Link copied to clipboard
data object Network : ErrorType

network is not available

Link copied to clipboard
data object NotFound : ErrorType

User or hash not found

Link copied to clipboard

User or hash not found

Link copied to clipboard
data object Server : ErrorType

server returned an error

Link copied to clipboard
data object Timeout : ErrorType

network request timed out

Link copied to clipboard
data object Unauthorized : ErrorType

User not authorized to perform given action

Link copied to clipboard
class Unknown(val errorMsg: String? = null) : ErrorType

An unknown error occurred