View Source MBTA.Model.BadRequest (mbta_sdk v0.1.0)
A JSON-API error document when the server cannot or will not process the request due to something that is perceived to be a client error.
Summary
Types
@type t() :: %MBTA.Model.BadRequest{errors: [MBTA.Model.BadRequestErrorsInner.t()]}