Mercury.ServerError exception (mercury_client v1.0.0)

Copy Markdown View Source

Raised for HTTP 5xx Server Error responses. Automatically retried.

Summary

Types

t()

@type t() :: %Mercury.ServerError{
  __exception__: true,
  body: map() | nil,
  code: atom(),
  message: String.t(),
  request_id: String.t() | nil,
  status: pos_integer()
}