class

Crig::Client::VerifyError

Inherits Crig::ProviderResponseHelpers < Exception < Reference < Object

Constructors

from_http_response(status : Int32, body : String) : self
Source
from_provider_body(body : String) : self
Source
http_error(message : String) : self
Source
invalid_authentication
Source
new(message : String, provider_response : ProviderResponseError | Nil = nil)
Source
provider_error(message : String) : self
Source

Instance methods

provider_response
Source
provider_response_body

Returns the raw provider response body when available via ProviderResponse or HttpError.

Source
provider_response_status

Returns the HTTP status code when preserved.

Source