Error::Set( ErrorId & )

Add an error message to an Error.

Virtual?

No

 

Class

Error

 

Arguments

ErrorId& id

the severity and text of the error message

Returns

void

 

Notes

See Error::Set( enum ErrSeverity, const char * ) for details.

An ErrorId is a struct containing an int (s) and a const char * (fmt).