Current section
Files
Jump to
Current section
Files
lib/error.ex
defmodule CedarPolicy.Error do
defstruct [:source, :reason]
@type t() :: %CedarPolicy.Error{source: atom(), reason: String.t()}
end