OpenID4VCIRequestError

class OpenID4VCIRequestError(val code: String, val description: String) : Exception

Represents an error as it commonly formatted in OpenID specs: error code and description.

If thrown from a request handler, will be passed to the client in JSON format.

Constructors

Link copied to clipboard
constructor(code: String, description: String)

Properties

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