SimGrid
|
Structure describing an exception. More...
#include <ex.h>
Data Fields | |
char * | msg |
xbt_errcat_t | category |
int | value |
short int | remote |
char * | host |
char * | procname |
int | pid |
char * | file |
int | line |
char * | func |
Structure describing an exception.
char* xbt_ex_t::msg |
human readable message
category like HTTP (what went wrong)
int xbt_ex_t::value |
like errno (why did it went wrong)
short int xbt_ex_t::remote |
whether it was raised remotely
char* xbt_ex_t::host |
NULL locally thrown exceptions; full hostname if remote ones
char* xbt_ex_t::procname |
Name of the process who thrown this
int xbt_ex_t::pid |
PID of the process who thrown this
char* xbt_ex_t::file |
Thrown point
int xbt_ex_t::line |
Thrown point
char* xbt_ex_t::func |
Thrown point
Back to the main Simgrid Documentation page |
The version of Simgrid documented here is v3.6.1. Documentation of other versions can be found in their respective archive files (directory doc/html). |
Generated for SimGridAPI by
![]() |