/home/brandsfa/public_html/vendor/xendit/xendit-php/docs/Invoice/InvoiceNotFoundError.md
# # InvoiceNotFoundError
Response definition for a 404 Not Found error when creating an invoice.

```php
use Xendit\Invoice\InvoiceNotFoundError;
```

## 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)