AWSJSONParserErrorType

Objective-C

NS_ENUM(NSInteger, AWSJSONParserErrorType) {
    AWSJSONParserUnknownError,
    AWSJSONParserDefinitionFileIsEmpty,
    AWSJSONParserUndefinedActionRule,
    AWSJSONParserInternalError,
    AWSJSONParserInvalidParameter,
}

Swift

enum AWSJSONParserErrorType : Int, @unchecked Sendable

Undocumented