API Reference
Class
Gs1ValidationIssue
Describes one actionable problem in a GS1 message.
Inheritance
- Object
- Gs1ValidationIssue
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property Gs1ValidationResult.Issues
Methods
public override String ToString() #Returns:
StringInherited Methods
Properties
public Gs1ValidationIssueCode Code { get; } #Gets the issue classification.
public String Ai { get; } #Gets the affected Application Identifier, when known.
public Int32 Position { get; } #Gets the zero-based position within the original input, or -1 when not applicable.
public String Message { get; } #Gets the human-readable diagnostic.