GeneralError

class GeneralError(message: String) : NetworkError

A general or unrecognized error.

Constructors

Link copied to clipboard
constructor(message: String)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
val code: Int

The HTTP status code associated with this error.

Link copied to clipboard
open val message: String?