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;
    }