View Source MBTA.Model.ForbiddenErrorsInner (mbta_sdk v0.1.0)

A JSON-API error when an invalid API key is received

Summary

Types

@type t() :: %MBTA.Model.ForbiddenErrorsInner{
  code: String.t() | nil,
  status: String.t() | nil
}

Functions