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

setErrorDescription() public method

A resource ID that indicates the starting resource in the returned results.
public setErrorDescription ( string $error_description )
$error_description string
    public function setErrorDescription($error_description)
    {
        $this->error_description = $error_description;
        return $this;
    }