ErrorResponse Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates the valid responses an application can make to an error event.
public enum ErrorResponse
type ErrorResponse =
Public Enum ErrorResponse
- Inheritance
-
ErrorResponse
Fields
Name | Value | Description |
---|---|---|
Retry | 11 | This response directs the device to retry the input. The error state is exited, and State is changed to Idle. |
Clear | 12 | Clear the buffered DataEvent events and ErrorEvent events and exit the error state, changing State to Idle. |
ContinueInput | 13 | This response acknowledges the error and directs the device to continue processing. The device remains in the error state, and delivers additional data events as directed by the DataEventEnabled property. When all input has been delivered and the DataEventEnabled property is again set to TRUE, another ErrorEvent is delivered with locus Input. |