# UnauthorizedError

An error object used to indicate unauthorized access to an invoice-related resource.

## Properties

| Name | Type | Required | Description | Examples |
|------------|:-------------:|:-------------:|-------------|:-------------:|
| **errorCode** |string | ☑️ | The specific error code associated with the unauthorized access. | | |
| **message** |string | ☑️ | A human-readable error message providing additional context about the unauthorized access. | | |



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