Raised for HTTP 404 Not Found responses.
@type t() :: %Mercury.NotFoundError{ __exception__: true, body: map() | nil, code: atom(), message: String.t(), request_id: String.t() | nil, resource: String.t() | nil, status: pos_integer() }