ProofServerError

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

Proof server returned an error response.

Constructors

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

Properties

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