SimpleSAML_Error_Error::getErrorCode PHP Метод

getErrorCode() публичный Метод

Retrieve the error code given when throwing this error.
public getErrorCode ( ) : string
Результат string The error code.
    public function getErrorCode()
    {
        return $this->errorCode;
    }