Parser Issue
Defined in framework ScanditParser
- ParserIssue
open class ParserIssue : NSObject
Added in version 6.17.0
- code
open var code: ParserIssueErrorCode.Code { get }
Added in version 6.17.0
Error code identifying the cause of the issue.
- additionalInfo
open var additionalInfo: Dictionary<AnyHashable,
Any> { get }Added in version 6.17.0
Dictionary that provides additional info regarding the error.