/home/brandsfa/public_html/vendor/xendit/xendit-php/docs/Customer/Error.md
# # Error


```php
use Xendit\Customer\Error;
```

## Properties

| Name | Type | Required | Description | Examples |
|------------|:-------------:|:-------------:|-------------|:-------------:|
| **error_code** | **string** | ☑️ |  | SERVER_ERROR |
| **message** | **string** | ☑️ |  | Something unexpected happened, we are investigating this issue right now |
| **errors** | **object[]** |  |  | null |


[[Back to README]](../../README.md)