PHP Класс PayPal\Auth\Openid\PPOpenIdError

Наследование: extends PayPal\Common\PPModel
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
getError ( ) : string A single ASCII error code from the following enum.
getErrorDescription ( ) : string A resource ID that indicates the starting resource in the returned results.
getErrorUri ( ) : string A URI identifying a human-readable web page with information about the error, used to provide the client developer with additional information about the error.
setError ( string $error ) A single ASCII error code from the following enum.
setErrorDescription ( string $error_description ) A resource ID that indicates the starting resource in the returned results.
setErrorUri ( string $error_uri ) A URI identifying a human-readable web page with information about the error, used to provide the client developer with additional information about the error.

Описание методов

getError() публичный Метод

A single ASCII error code from the following enum.
public getError ( ) : string
Результат string

getErrorDescription() публичный Метод

A resource ID that indicates the starting resource in the returned results.
public getErrorDescription ( ) : string
Результат string

getErrorUri() публичный Метод

A URI identifying a human-readable web page with information about the error, used to provide the client developer with additional information about the error.
public getErrorUri ( ) : string
Результат string

setError() публичный Метод

A single ASCII error code from the following enum.
public setError ( string $error )
$error string

setErrorDescription() публичный Метод

A resource ID that indicates the starting resource in the returned results.
public setErrorDescription ( string $error_description )
$error_description string

setErrorUri() публичный Метод

A URI identifying a human-readable web page with information about the error, used to provide the client developer with additional information about the error.
public setErrorUri ( string $error_uri )
$error_uri string