22 divergingconstraint = 16,
23 slowdivergingfit = 32,
24 fastdivergingfit = 64,
abstract errorocode be aware that the default is success
const ErrCode & operator|=(const ErrCode &rhs)
operator
bool operator==(const ErrCode::Status &rhs) const
operator
unsigned int flag() const
get errorcode
bool failure() const
returns true if errorcode is error
Status
some enums to store errors
bool operator==(const ErrCode &rhs) const
operator
ErrCode()
default constructor
ErrCode(Status flag)
constructor
void reset()
reset the errorcode to default (success!)
unsigned int m_flag
storing the errorcode