PHP Class PayPal\Auth\Openid\PPOpenIdError

Inheritance: extends PayPal\Common\PPModel
Show file Open project: paypal/sdk-core-php Class Usage Examples

Public Methods

Method Description
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.

Method Details

getError() public method

A single ASCII error code from the following enum.
public getError ( ) : string
return string

getErrorDescription() public method

A resource ID that indicates the starting resource in the returned results.
public getErrorDescription ( ) : string
return string

getErrorUri() public method

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
return string

setError() public method

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

setErrorDescription() public method

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

setErrorUri() public method

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