# InvoiceError404ResponseDefinition

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

## Properties

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



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