AWSJSONBuilderErrorType

Objective-C

NS_ENUM(NSInteger, AWSJSONBuilderErrorType) {
    AWSJSONBuilderUnknownError,
    AWSJSONBuilderDefinitionFileIsEmpty,
    AWSJSONBuilderUndefinedActionRule,
    AWSJSONBuilderInternalError,
    AWSJSONBuilderInvalidParameter,
}

Swift

enum AWSJSONBuilderErrorType : Int, @unchecked Sendable

Undocumented