Previous | Contents | Index |
Convert a numerical popstore error to a textual error message.
char *POPSTORE_error_to_text (error_code) int error_code;
Numerical popstore error code returned by a popstore API subroutine. Used for input only.
error_code
With the exception ofPOPSTORE_error_to_text
, all popstore API subroutines return a numeric status code indicating success or failure. A brief text message explaining a given numeric status code can be obtained by callingPOPSTORE_error_to_text
. The return value ofPOPSTORE_error_to_text
will be a pointer to a static, null terminated string containing the explanation.
Previous | Next | Contents | Index |