View Source ShinAuth.SAML.Request.Error exception (shin_auth v1.3.0)

Defines the possible errors from decoding a SAML request

Summary

Types

@type t() :: %ShinAuth.SAML.Request.Error{
  __exception__: true,
  message: String.t(),
  tag: :malformed_saml_request
}