# ForbiddenError

An error object used to indicate a 403 Forbidden response related to invoice operations.

## Properties

| Name | Type | Required | Description | Examples |
|------------|:-------------:|:-------------:|-------------|:-------------:|
| **errorCode** |string | ☑️ | The specific error code indicating that access to the invoice operation is suspended. | | |
| **message** |string | ☑️ | A human-readable error message providing additional context about the 403 Forbidden response. | | |



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