此枚举指示错误的严重性。
语法
typedef enum DriverUnifiedPosErrorSeverity {
UnknownErrorSeverity,
Warning,
Recoverable,
Unrecoverable,
AssistanceRequired,
Fatal
} ;
常数
UnknownErrorSeverity 错误严重性未知。 |
Warning 错误或警告是信息性的。 |
Recoverable 设备可以从错误中恢复,而无需关闭应用程序或重新启动。 |
Unrecoverable 设备仍在工作,但它必须关闭应用程序才能从错误中恢复。 |
AssistanceRequired 需要干预才能响应错误。 |
Fatal 此错误要求重启设备。 |
要求
要求 | 价值 |
---|---|
标头 | pointofservicecommontypes.h (include Pointofservicecommontypes.h) |