JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr# # 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)