errorDescription
errorDescription — provides the text associated with an error code.
Synopsis
(errorDescription error_code)
Parameters
- error_code
- The integer value returned by certain error
messages.
Returns
If the error_code is valid:
(errorDescription error_code error_string)
If the error_code is unknown:
(errorDescription error_code)
Description
Some of the error responses to
commands contain error codes returned by the 'device-level' of the
driver, or from the card itself—most notably the
errors returned by the explicit messaging mechanism. This
command gives you a descriptive string for these error
codes.