ProofServerHttpException

class ProofServerHttpException(val statusCode: Int, message: String, cause: Throwable? = null) : ProofServerException

HTTP error (non-2xx status code).

Constructors

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

Properties

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