4.6 KiB
4.6 KiB
YooKassa API SDK
Class: \YooKassa\Common\Exceptions\InternalServerError
Namespace: \YooKassa\Common\Exceptions
Summary:
Технические неполадки на стороне ЮKassa. Результат обработки запроса неизвестен. Повторите запрос позднее с тем же ключом идемпотентности.
Description:
Рекомендуется повторять запрос с периодичностью один раз в минуту до тех пор, пока ЮKassa не сообщит результат обработки операции.
Constants
| Visibility | Name | Flag | Summary |
|---|---|---|---|
| public | HTTP_CODE |
Properties
| Visibility | Name | Flag | Summary |
|---|---|---|---|
| public | $retryAfter | ||
| public | $type | ||
| protected | $responseBody | ||
| protected | $responseHeaders |
Methods
| Visibility | Name | Flag | Summary |
|---|---|---|---|
| public | __construct() | Constructor | |
| public | getResponseBody() | ||
| public | getResponseHeaders() |
Details
- File: lib/Common/Exceptions/InternalServerError.php
- Package: YooKassa
- Class Hierarchy:
- \Exception
- \YooKassa\Common\Exceptions\ApiException
- \YooKassa\Common\Exceptions\InternalServerError
Constants
HTTP_CODE
HTTP_CODE = 500
Properties
public $retryAfter
Details:
public $type
Details:
protected $responseBody : mixed
Type: mixed
Details:
- Inherited From: \YooKassa\Common\Exceptions\ApiException
protected $responseHeaders : string[]
Type: string[]
Details:
- Inherited From: \YooKassa\Common\Exceptions\ApiException
Methods
public __construct() : mixed
public __construct(mixed $responseHeaders = array(), mixed $responseBody = null) : mixed
Summary
Constructor
Details:
- Inherited From: \YooKassa\Common\Exceptions\InternalServerError
Parameters:
| Type | Name | Description |
|---|---|---|
mixed |
responseHeaders | HTTP header |
mixed |
responseBody | HTTP body |
Returns: mixed -
public getResponseBody() : mixed
public getResponseBody() : mixed
Details:
- Inherited From: \YooKassa\Common\Exceptions\ApiException
Returns: mixed -
public getResponseHeaders() : string[]
public getResponseHeaders() : string[]
Details:
- Inherited From: \YooKassa\Common\Exceptions\ApiException
Returns: string[] -
Top Namespaces
Reports
This document was automatically generated from source code comments on 2023-04-06 using phpDocumentor
© 2023 YooMoney