UnifiedPosErrorSeverity UnifiedPosErrorSeverity UnifiedPosErrorSeverity UnifiedPosErrorSeverity Enum

Definition

Defines the constants that indicates the error severity.

public : enum class UnifiedPosErrorSeveritypublic enum UnifiedPosErrorSeverityPublic Enum UnifiedPosErrorSeverity// You can use this enum in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Fields

AssistanceRequired AssistanceRequired AssistanceRequired AssistanceRequired

Requires assistance.

Fatal Fatal Fatal Fatal

A fatal error.

Recoverable Recoverable Recoverable Recoverable

A recoverable error.

UnknownErrorSeverity UnknownErrorSeverity UnknownErrorSeverity UnknownErrorSeverity

An unknown error severity.

Unrecoverable Unrecoverable Unrecoverable Unrecoverable

An unrecoverable error.

Warning Warning Warning Warning

A warning.