|
YAZ 5.37.0
|
#include <ill-core.h>
Data Fields | |
| int | which |
| union { | |
| ILL_General_Problem * general_problem | |
| ILL_Transaction_Id_Problem * transaction_id_problem | |
| ILL_State_Transition_Prohibited * state_transition_prohibited | |
| } | u |
Definition at line 1023 of file ill-core.h.
| ILL_General_Problem* ILL_Provider_Error_Report::general_problem |
Definition at line 1026 of file ill-core.h.
| ILL_State_Transition_Prohibited* ILL_Provider_Error_Report::state_transition_prohibited |
Definition at line 1028 of file ill-core.h.
| ILL_Transaction_Id_Problem* ILL_Provider_Error_Report::transaction_id_problem |
Definition at line 1027 of file ill-core.h.
| union { ... } ILL_Provider_Error_Report::u |
| int ILL_Provider_Error_Report::which |
Definition at line 1024 of file ill-core.h.