# # InvoiceError404ResponseDefinition
An error object used to indicate that the requested resource, in this case, an invoice, was not found.

```php
use Xendit\Invoice\InvoiceError404ResponseDefinition;
```

## Properties

| Name | Type | Required | Description | Examples |
|------------|:-------------:|:-------------:|-------------|:-------------:|
| **error_code** | **string** | ☑️ | The specific error code indicating that the requested invoice was not found. | null |
| **message** | **string** | ☑️ | A human-readable error message providing additional context about the resource not being found. | null |


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