Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 338 Bytes

error-array-map-response-exception.md

File metadata and controls

26 lines (18 loc) · 338 Bytes

Error Array Map Response Exception

Structure

ErrorArrayMapResponseException

Fields

Name Type Tags Description
Errors map[string]interface{} Optional -

Example (as JSON)

{
  "errors": {
    "key0": {
      "key1": "val1",
      "key2": "val2"
    }
  }
}