SwaggerValidationError
| Field | Type | Required | Description |
|---|---|---|---|
code |
string |
||
error |
object |
||
message |
string |
Example
Section titled “Example”{ "code": "string", "error": { "code": "SCHEMA_VALIDATION_FAILED", "message": "string", "paramName": "string", "results": { "errors": [], "warnings": [] } }, "message": "string"}
