![]() |
Accusoft USB Scanner SDK
|
Class that holds an error code. More...
Inherits Serializable.
Public Member Functions | |
| final String | getError () |
| Get the resource ID corresponding to the error message this object represents. | |
| final String | getErrorString () |
| Returns the string variable name from scan_errors.xml for the error (eg. | |
| final String | getLocalizedErrorString (Context context) |
| Automatically uses the context to generate a localized error message for the data. | |
Class that holds an error code.
| final String getError | ( | ) |
Get the resource ID corresponding to the error message this object represents.
| final String getErrorString | ( | ) |
Returns the string variable name from scan_errors.xml for the error (eg.
"SCAN_status_good")
| final String getLocalizedErrorString | ( | Context | context | ) |
Automatically uses the context to generate a localized error message for the data.
| context | A context that will be used to generate the localization |