AWSFirehoseRecorderErrorType

Objective-C

NS_ENUM(NSInteger, AWSFirehoseRecorderErrorType) {
    AWSFirehoseRecorderErrorUnknown,
    AWSFirehoseRecorderErrorDataTooLarge,
}

Swift

enum AWSFirehoseRecorderErrorType : Int, @unchecked Sendable

Undocumented