Parser Issue

Defined in package com.scandit.datacapture.parser

ParserIssue
class ParserIssue

Added in version 6.17.0

code
ParserIssueCode getCode()

Added in version 6.17.0

Error code identifying the cause of the issue.

message
@NonNull String getMessage()

Added in version 6.17.0

English description of the error

additionalInfo
@NonNull Map<ParserIssueAdditionalInfoKey, @NonNull String> getAdditionalInfo()

Added in version 6.17.0

Dictionary that provides additional info regarding the error.