Parser Issue

Defined under the namespace Scandit.Datacapture.Parser

ParserIssue
class ParserIssue

Added in version 6.26.0

code
get code(): ParserIssueCode

Added in version 6.26.0

Error code identifying the cause of the issue.

message
get message(): string

Added in version 6.26.0

English description of the error

additionalInfo
get additionalInfo(): Record<ParserIssueAdditionalInfoKey, string>

Added in version 6.26.0

Dictionary that provides additional info regarding the error.