Layr8.ProblemReportError exception (layr8 v0.2.1)

Copy Markdown View Source

Represents a DIDComm problem report received from a remote agent.

See https://identity.foundation/didcomm-messaging/spec/#problem-reports

Summary

Types

t()

@type t() :: %Layr8.ProblemReportError{
  __exception__: true,
  code: String.t(),
  comment: String.t(),
  message: String.t()
}