CodeGlyphX logo
CodeGlyphX

API Reference

Enum

Gs1DigitalLinkIssueCode

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

Classifies a structural or URI-level GS1 Digital Link validation problem.

Inheritance

  • Enum
  • Gs1DigitalLinkIssueCode

Usage

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

Values

public const Gs1DigitalLinkIssueCode MalformedUri #

The input is not a well-formed absolute URI.

Value: 0
public const Gs1DigitalLinkIssueCode UnsupportedScheme #

The URI does not use the HTTP or HTTPS scheme.

Value: 1
public const Gs1DigitalLinkIssueCode MissingPrimaryIdentifier #

No GS1 Digital Link primary identifier was found in the URI path.

Value: 2
public const Gs1DigitalLinkIssueCode InvalidPath #

The GS1 path does not follow the primary-key and key-qualifier grammar.

Value: 3
public const Gs1DigitalLinkIssueCode InvalidQuery #

The URI query string does not follow GS1 Digital Link rules.

Value: 4
public const Gs1DigitalLinkIssueCode InvalidPercentEncoding #

A percent-encoded URI component is malformed or is not valid UTF-8.

Value: 5
public const Gs1DigitalLinkIssueCode DuplicateApplicationIdentifier #

An Application Identifier occurs more than once.

Value: 6
public const Gs1DigitalLinkIssueCode UnknownApplicationIdentifier #

An Application Identifier is not assigned in the bundled GS1 dictionary release.

Value: 7
public const Gs1DigitalLinkIssueCode InvalidApplicationIdentifier #

An Application Identifier value failed GS1 syntax or semantic validation.

Value: 8
public const Gs1DigitalLinkIssueCode InvalidExtensionParameter #

A non-GS1 extension query parameter is malformed or duplicated.

Value: 9