HttpError

class HttpError(code: Int, errorMessage: String) : Exception

Represents server (50x) and client (40x) errors.

Constructors

Link copied to clipboard
constructor(code: Int, errorMessage: String)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?