JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr# # BadRequestError Response definition for a 400 Bad Request error when creating an invoice. ```php use Xendit\Invoice\BadRequestError; ``` ## Properties | Name | Type | Required | Description | Examples | |------------|:-------------:|:-------------:|-------------|:-------------:| | **error_code** | **string** | ☑️ | The error code indicating the type of error that occurred. | null | | **message** | **string** | ☑️ | A human-readable error message that provides additional information about the error. | null | [[Back to README]](../../README.md)