sspmod_saml_Error::getStatus PHP Method

getStatus() public method

Get the top-level status code.
public getStatus ( ) : string
return string The top-level status code.
    public function getStatus()
    {
        return $this->status;
    }