UnifiedPosErrorSeverity 枚举

定义

定义指示错误严重性的常量。

public enum class UnifiedPosErrorSeverity
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class UnifiedPosErrorSeverity
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum UnifiedPosErrorSeverity
var value = Windows.Devices.PointOfService.UnifiedPosErrorSeverity.unknownErrorSeverity
Public Enum UnifiedPosErrorSeverity
继承
UnifiedPosErrorSeverity
属性

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)

字段

AssistanceRequired 4

需要帮助。

Fatal 5

错误。

Recoverable 2

可恢复的错误。

UnknownErrorSeverity 0

未知错误严重性。

Unrecoverable 3

不可恢复的错误。

Warning 1

警告。

适用于