SimpleSAML_Error_Error::getErrorCode PHP Method

getErrorCode() public method

Retrieve the error code given when throwing this error.
public getErrorCode ( ) : string
return string The error code.
    public function getErrorCode()
    {
        return $this->errorCode;
    }