UnifiedPosErrorSeverity Enum

Definition

Defines the constants that indicates the error severity.

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
Inheritance
UnifiedPosErrorSeverity
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Fields

AssistanceRequired 4

Requires assistance.

Fatal 5

A fatal error.

Recoverable 2

A recoverable error.

UnknownErrorSeverity 0

An unknown error severity.

Unrecoverable 3

An unrecoverable error.

Warning 1

A warning.

Applies to