# 63100: Validation Error

Log Type: APPLICATION

Log Level: ERROR

## Description

The request body is either empty, not valid JSON, or failed other validation rules. Please refer to the response's message parameter for additional guidance.

### Possible causes

* Request body was empty
* Request body was not valid JSON
* Request body failed other validation rules

### Possible solutions

* Review the response's message parameter for additional details
* Verify the request body contains valid JSON according to the documentation
