Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 535 Bytes

response-http-401-error-exception.md

File metadata and controls

28 lines (19 loc) · 535 Bytes

Response Http 401 Error Exception

This model accepts additional fields of type interface{}.

Structure

ResponseHttp401ErrorException

Fields

Name Type Tags Description
Detail *string Optional -
AdditionalProperties map[string]interface{} Optional -

Example (as JSON)

{
  "detail": "Authentication credentials were not provided.",
  "exampleAdditionalProperty": {
    "key1": "val1",
    "key2": "val2"
  }
}