Packages

Elixir bindings for cedar_policy rust package

Current section

Files

Jump to
cedar_policy lib error.ex
Raw

lib/error.ex

defmodule CedarPolicy.Error do
defstruct [:source, :reason]
@type t() :: %CedarPolicy.Error{source: atom(), reason: String.t()}
end