Macaroon.Types.Verification.VerifyError (macaroon v0.3.1)

Struct module for Verification errors

Link to this section Summary

Link to this section Types

Specs

err_type() :: :caveat_not_met | :signature_not_matching | :discharge_not_found

Specs

t() :: %Macaroon.Types.Verification.VerifyError{
  details: binary(),
  type: err_type()
}

Link to this section Functions