KeenAuthPermissions.Error.ErrorStruct (keen_auth_permissions v0.1.1)

Summary

Types

@type t() :: %KeenAuthPermissions.Error.ErrorStruct{
  message: binary() | nil,
  metadata: map() | nil,
  reason: atom()
}

Functions

Link to this function

create(reason, message, metadata \\ nil)

@spec create(any(), any(), any()) :: struct()