Parser Issue

Defined in framework ScanditParser

SDCParserIssue
@interface SDCParserIssue : NSObject

Added in version 6.17.0

code
@property (nonatomic, readonly) SDCParserIssueErrorCode code

Added in version 6.17.0

Error code identifying the cause of the issue.

message
@property (nonatomic, readonly) NSString *message

Added in version 6.17.0

English description of the error

additionalInfo
@property (nonatomic, readonly) NSDictionary *additionalInfo

Added in version 6.17.0

Dictionary that provides additional info regarding the error.