Files
yookassa-sdk-php/docs/classes/YooKassa-Common-Exceptions-ApiConnectionException.md
Антон Н. Николаев bedd33e02c Добавлена выдача объекта card с данными карты в данных метода оплаты tinkoff_bank PaymentMethodTinkoffBank. Изменения текстов в AuthorizationDetails`
Добавлено значение `rejected_by_timeout` параметра `reason`
Добавлена информация о банке плательщика при оплате через СБП
Добавлен объект `receiver` с реквизитами получателя. `fraud_data` стал `deprecated`. Вместо него нужно использовать `receiver`
Изменено название метода Tinkoff. на T-Pay
Добавлен новый метод оплаты по электронному сертификату
Изменены тексты для mark_code_info
2024-09-19 13:05:30 +03:00

3.7 KiB

YooKassa API SDK

Class: \YooKassa\Common\Exceptions\ApiConnectionException

Namespace: \YooKassa\Common\Exceptions


Summary:

Неожиданный код ошибки.


Constants

  • No constants found

Properties

Visibility Name Flag Summary
protected $responseBody
protected $responseHeaders

Methods

Visibility Name Flag Summary
public __construct() Constructor.
public getResponseBody()
public getResponseHeaders()

Details


Properties

protected $responseBody : ?string


Type: ?string

Details:

protected $responseHeaders : array


Type: array

Details:


Methods

public __construct() : mixed

public __construct(string $message = '', int $code, string[] $responseHeaders = [], string|null $responseBody = '') : mixed

Summary

Constructor.

Details:

Parameters:
Type Name Description
string message Error message
int code HTTP status code
string[] responseHeaders HTTP header
string OR null responseBody HTTP body

Returns: mixed -

public getResponseBody() : ?string

public getResponseBody() : ?string

Details:

Returns: ?string -

public getResponseHeaders() : string[]

public getResponseHeaders() : string[]

Details:

Returns: string[] -


Top Namespaces


Reports


This document was automatically generated from source code comments on 2024-09-19 using phpDocumentor

© 2024 YooMoney