# [YooKassa API SDK](../home.md)
# Class: \YooKassa\Common\Exceptions\ForbiddenException
### Namespace: [\YooKassa\Common\Exceptions](../namespaces/yookassa-common-exceptions.md)
---
**Summary:**
Секретный ключ или OAuth-токен верный, но не хватает прав для совершения операции.
---
### Constants
| Visibility | Name | Flag | Summary |
| ----------:| ---- | ---- | ------- |
| public | [HTTP_CODE](../classes/YooKassa-Common-Exceptions-ForbiddenException.md#constant_HTTP_CODE) | | |
---
### Properties
| Visibility | Name | Flag | Summary |
| ----------:| ---- | ---- | ------- |
| public | [$retryAfter](../classes/YooKassa-Common-Exceptions-ForbiddenException.md#property_retryAfter) | | |
| public | [$type](../classes/YooKassa-Common-Exceptions-ForbiddenException.md#property_type) | | |
| protected | [$responseBody](../classes/YooKassa-Common-Exceptions-ApiException.md#property_responseBody) | | |
| protected | [$responseHeaders](../classes/YooKassa-Common-Exceptions-ApiException.md#property_responseHeaders) | | |
---
### Methods
| Visibility | Name | Flag | Summary |
| ----------:| ---- | ---- | ------- |
| public | [__construct()](../classes/YooKassa-Common-Exceptions-ForbiddenException.md#method___construct) | | Constructor. |
| public | [getResponseBody()](../classes/YooKassa-Common-Exceptions-ApiException.md#method_getResponseBody) | | |
| public | [getResponseHeaders()](../classes/YooKassa-Common-Exceptions-ApiException.md#method_getResponseHeaders) | | |
---
### Details
* File: [lib/Common/Exceptions/ForbiddenException.php](../../lib/Common/Exceptions/ForbiddenException.php)
* Package: Default
* Class Hierarchy:
* [\Exception](\Exception)
* [\YooKassa\Common\Exceptions\ApiException](../classes/YooKassa-Common-Exceptions-ApiException.md)
* \YooKassa\Common\Exceptions\ForbiddenException
---
## Constants
###### HTTP_CODE
```php
HTTP_CODE = 403
```
---
## Properties
#### public $retryAfter : mixed
---
**Type:** mixed
**Details:**
#### public $type : mixed
---
**Type:** mixed
**Details:**
#### protected $responseBody : ?string
---
**Type:** ?string
**Details:**
* Inherited From: [\YooKassa\Common\Exceptions\ApiException](../classes/YooKassa-Common-Exceptions-ApiException.md)
#### protected $responseHeaders : array
---
**Type:** array
**Details:**
* Inherited From: [\YooKassa\Common\Exceptions\ApiException](../classes/YooKassa-Common-Exceptions-ApiException.md)
---
## Methods
#### public __construct() : mixed
```php
public __construct(mixed $responseHeaders = [], mixed $responseBody = '') : mixed
```
**Summary**
Constructor.
**Details:**
* Inherited From: [\YooKassa\Common\Exceptions\ForbiddenException](../classes/YooKassa-Common-Exceptions-ForbiddenException.md)
##### Parameters:
| Type | Name | Description |
| ---- | ---- | ----------- |
| mixed
| responseHeaders | HTTP header |
| mixed
| responseBody | HTTP body |
**Returns:** mixed -
#### public getResponseBody() : ?string
```php
public getResponseBody() : ?string
```
**Details:**
* Inherited From: [\YooKassa\Common\Exceptions\ApiException](../classes/YooKassa-Common-Exceptions-ApiException.md)
**Returns:** ?string -
#### public getResponseHeaders() : string[]
```php
public getResponseHeaders() : string[]
```
**Details:**
* Inherited From: [\YooKassa\Common\Exceptions\ApiException](../classes/YooKassa-Common-Exceptions-ApiException.md)
**Returns:** string[] -
---
### Top Namespaces
* [\YooKassa](../namespaces/yookassa.md)
---
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
* [Deprecated - 13](../reports/deprecated.md)
---
This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 YooMoney