Error information.
More...
#include "SagittariusCore.h"
#include "autolayoutSBML.h"
Go to the source code of this file.
◆ gf_emitError()
_GraphfabExport void gf_emitError |
( |
const char * |
str | ) |
|
Emit an error.
- Parameters
-
◆ gf_emitWarn()
_GraphfabExport void gf_emitWarn |
( |
const char * |
str | ) |
|
Emit a warning.
- Parameters
-
[in] | str | The warning message |
◆ gf_registerErrorListener()
_GraphfabExport void gf_registerErrorListener |
( |
void(*)(const char *msg) |
| ) |
|
Register an error listener.
- Parameters
-
◆ gf_setError()
_GraphfabExport void gf_setError |
( |
const char * |
msg | ) |
|
Sets the last error.
- Parameters
-
[in] | msg | The error message (is copied) |