# `Layr8.ProblemReportError`
[🔗](https://github.com/layr8/elixir_sdk/blob/main/lib/layr8/errors.ex#L58)

Represents a DIDComm problem report received from a remote agent.

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

# `t`

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

---

*Consult [api-reference.md](api-reference.md) for complete listing*
