CommonError

A class representing a common error in a PRISM.

See also

Inheritors

Types

Link copied to clipboard
class HttpError constructor(val code: Int, message: String? = null) : CommonError

Represents an HTTP error encountered during an API request.

Link copied to clipboard

A class representing an error that occurs when an invalid URL is encountered while trying to send a message.

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open override val code: Int?
Link copied to clipboard
open override val errorDescription: String?
Link copied to clipboard
open val message: String?
Link copied to clipboard
open override val underlyingErrors: Array<Error>?