PICMLX_ErrorCodeToMessage

unsigned long PICMLX_ErrorCodeToMessage (unsigned long errorCode, char errorMessage[], unsigned long length);

Purpose

Convert error code to a message.

Parameters

Input
Name Type Description
errorCode unsigned long

Error code.

length unsigned long

Length of character string buffer.

Output
Name Type Description
errorMessage char []

variable to receive the null-terminated string containing the error message.

Return Value

Name Type Description
return unsigned long

Zero for success, or no-zero error code.

References

Error handling
Client Bridge for LXI - Communication
Alphabetical Function Index
Hierarchical Function Index