ServerError

class ServerError(val statusCode: Int, message: String = "Server error (HTTP ", cause: Throwable? = null) : DrandError

Server returned an error response (4xx or 5xx)

Constructors

Link copied to clipboard
constructor(statusCode: Int, message: String = "Server error (HTTP ", cause: Throwable? = null)

Properties

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