共用方式為


DriverUnifiedPosErrorSeverity 列舉 (pointofservicecommontypes.h)

這個列舉表示錯誤的嚴重性。

Syntax

typedef enum DriverUnifiedPosErrorSeverity {
  UnknownErrorSeverity,
  Warning,
  Recoverable,
  Unrecoverable,
  AssistanceRequired,
  Fatal
} ;

常數

 
UnknownErrorSeverity
不知道錯誤的嚴重性。
Warning
錯誤或警告為參考。
Recoverable
裝置可以從錯誤中復原,而不需關閉應用程式或重新啟動。
Unrecoverable
裝置仍在運作中,但必須關閉應用程式,才能從錯誤中復原。
AssistanceRequired
需要介入才能回應錯誤。
Fatal
錯誤需要重新啟動裝置。

規格需求

需求
標頭 pointofservicecommontypes.h (include Pointofservicecommontypes.h)