Parser Issue
Defined in namespace Scandit.DataCapture.Parser
- ParserIssue
class ParserIssue
Added in version 7.0.0
- Code
ParserIssueErrorCode Code { get; }
Added in version 7.0.0
Error code identifying the cause of the issue.
- Message
string
Message { get; }Added in version 7.0.0
English description of the error
- AdditionalInfo
IDictionary<ParserIssueAdditionalInfoKey,
string
> AdditionalInfo { get; }Added in version 7.0.0
Dictionary that provides additional info regarding the error.