/home/brandsfa/public_html/vendor/xendit/xendit-php/docs/Invoice/UnauthorizedError.md
# # UnauthorizedError
An error object used to indicate unauthorized access to an invoice-related resource.

```php
use Xendit\Invoice\UnauthorizedError;
```

## Properties

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


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