PHP 클래스 PayPal\Auth\Openid\PPOpenIdError

상속: extends PayPal\Common\PPModel
파일 보기 프로젝트 열기: paypal/sdk-core-php 1 사용 예제들

공개 메소드들

메소드 설명
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