Ory.Model.MessageDispatch (ory_client v1.6.2)

MessageDispatch represents an attempt of sending a courier message It contains the status of the attempt (failed or successful) and the error if any occured

Summary

Types

@type t() :: %Ory.Model.MessageDispatch{
  created_at: DateTime.t(),
  error: map() | nil,
  id: String.t(),
  message_id: String.t(),
  status: String.t(),
  updated_at: DateTime.t()
}

Functions