Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 540 Bytes

response-http-403-error-exception.md

File metadata and controls

28 lines (19 loc) · 540 Bytes

Response Http 403 Error Exception

This model accepts additional fields of type interface{}.

Structure

ResponseHttp403ErrorException

Fields

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

Example (as JSON)

{
  "detail": "You do not have permission to perform this action.",
  "exampleAdditionalProperty": {
    "key1": "val1",
    "key2": "val2"
  }
}