CodeGlyphX logo
CodeGlyphX

API Reference

Enum

DecodeFailureReason

Namespace CodeGlyphX
Assembly CodeGlyphX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Describes why decoding failed.

Inheritance

  • Enum
  • DecodeFailureReason

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const DecodeFailureReason None #

No failure (success).

Value: 0
public const DecodeFailureReason InvalidInput #

Input was invalid.

Value: 1
public const DecodeFailureReason UnsupportedFormat #

Image format or data was not supported.

Value: 2
public const DecodeFailureReason PlatformNotSupported #

Feature is not supported on this target framework.

Value: 3
public const DecodeFailureReason Cancelled #

Operation was cancelled.

Value: 4
public const DecodeFailureReason NoResult #

Decoding completed but no symbols were found.

Value: 5
public const DecodeFailureReason Error #

An unexpected error occurred.

Value: 6