|
YAZ 5.37.0
|
#include <ill-core.h>
Data Fields | |
| int | which |
| union { | |
| ILL_Already_Forwarded * already_forwarded | |
| ILL_Intermediary_Problem * intermediary_problem | |
| ILL_Security_Problem * security_problem | |
| ILL_Unable_To_Perform * unable_to_perform | |
| } | u |
Definition at line 1286 of file ill-core.h.
| ILL_Already_Forwarded* ILL_User_Error_Report::already_forwarded |
Definition at line 1289 of file ill-core.h.
| ILL_Intermediary_Problem* ILL_User_Error_Report::intermediary_problem |
Definition at line 1290 of file ill-core.h.
| ILL_Security_Problem* ILL_User_Error_Report::security_problem |
Definition at line 1291 of file ill-core.h.
| union { ... } ILL_User_Error_Report::u |
| ILL_Unable_To_Perform* ILL_User_Error_Report::unable_to_perform |
Definition at line 1292 of file ill-core.h.
| int ILL_User_Error_Report::which |
Definition at line 1287 of file ill-core.h.