Raised for HTTP 401 Unauthorized responses — the API key is missing or invalid.
Summary
Types
@type t() :: %Mercury.AuthenticationError{ __exception__: true, body: map() | nil, code: atom(), message: String.t(), request_id: String.t() | nil, status: pos_integer() }