SimpleSAML_Error_Error::getErrorCode PHP Méthode

getErrorCode() public méthode

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