Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 336 Bytes

error-list-response-exception.md

File metadata and controls

27 lines (18 loc) · 336 Bytes

Error List Response Exception

Error which contains list of messages.

Structure

ErrorListResponseException

Fields

Name Type Tags Description
Errors []string Required -

Example (as JSON)

{
  "errors": [
    "errors5",
    "errors6",
    "errors7"
  ]
}