PayPal\Auth\Openid\PPOpenIdError::getErrorUri PHP Method

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
    public function getErrorUri()
    {
        return $this->error_uri;
    }