Readonly $faultA code that specifies what went wrong.
| Value | Description |
|---|---|
| bad_mapping | The mapping expressions you included in the mapping field don't form a valid JSONata document. |
| bad_source_schema | The source JSON Schema you included in the payload is not valid. |
| bad_target_schema | The target JSON Schema you included in the payload is not valid. |
| bad_payload | The request you sent isn't a valid HTTP message. Either the headers are malformed, or the body isn't valid JSON. |
| bad_parameters | The request includes one or more parameters that don't pass validation. The parameters can either be in the path, in the query string, or in the body. |
A list of errors, describing the problems with the mapping expressions or schemas.
Readonly name
The server cannot process the request due to an apparent client error.