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

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