AWSJSONParserErrorType
Objective-C
NS_ENUM(NSInteger, AWSJSONParserErrorType) {
AWSJSONParserUnknownError,
AWSJSONParserDefinitionFileIsEmpty,
AWSJSONParserUndefinedActionRule,
AWSJSONParserInternalError,
AWSJSONParserInvalidParameter,
}
Swift
enum AWSJSONParserErrorType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSJSONParserUnknownError
Swift
case unknownError = 0
-
Undocumented
Declaration
Objective-C
AWSJSONParserDefinitionFileIsEmpty
Swift
case definitionFileIsEmpty = 1
-
Undocumented
Declaration
Objective-C
AWSJSONParserUndefinedActionRule
Swift
case undefinedActionRule = 2
-
Undocumented
Declaration
Objective-C
AWSJSONParserInternalError
Swift
case internalError = 3
-
Undocumented
Declaration
Objective-C
AWSJSONParserInvalidParameter
Swift
case invalidParameter = 4