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

getError() public method

A single ASCII error code from the following enum.
public getError ( ) : string
return string
    public function getError()
    {
        return $this->error;
    }