
Description of the DP Functions, Data, and Error Codes
DP Base Programming Interface for CP 5613/CP 5614
C79000-G8976-C108-01
167
4.4 Error Codes
Uniform Error Structure DP_ERROR_T
The error identifiers for the individual jobs have a uniform structure DP_ERROR_T.
If an error occurs, the various elements return the exact description of the error.
typedef struct DP_ERROR
{
DPR_DWORD error_class;
DPR_DWORD error_code;
DPR_BYTE error_decode;
DPR_BYTE error_code_1;
DPR_BYTE error_code_2;
} DP_ERROR_T;
Comentarios a estos manuales