UnknownExternalError

class UnknownExternalError(extraInformation: String? = null, message: String = ErrorMessages.MESSAGE_EMPTY, cause: Throwable? = null, val response: Response<*>? = null) : RequestError

An alternative to UnknownError which can be created outside of this module

Constructors

Link copied to clipboard
constructor(extraInformation: String? = null, message: String = ErrorMessages.MESSAGE_EMPTY, cause: Throwable? = null, response: Response<*>? = null)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?
Link copied to clipboard
Link copied to clipboard
val response: Response<*>? = null

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard