LCIMErrorCode
Objective-C
enum LCIMErrorCode : NSInteger {}
Swift
enum LCIMErrorCode : Int, @unchecked Sendable
error code
-
41XX
Declaration
Objective-C
LCIMErrorCodeSessionConflict = 4111
Swift
case sessionConflict = 4111
-
41XX
Declaration
Objective-C
LCIMErrorCodeSessionTokenExpired = 4112
Swift
case sessionTokenExpired = 4112
-
90XX
Declaration
Objective-C
LCIMErrorCodeCommandTimeout = 9000
Swift
case commandTimeout = 9000
-
90XX
Declaration
Objective-C
LCIMErrorCodeConnectionLost = 9001
Swift
case connectionLost = 9001
-
90XX
Declaration
Objective-C
LCIMErrorCodeClientNotOpen = 9002
Swift
case clientNotOpen = 9002
-
90XX
Declaration
Objective-C
LCIMErrorCodeInvalidCommand = 9003
Swift
case invalidCommand = 9003
-
90XX
Declaration
Objective-C
LCIMErrorCodeCommandDataLengthTooLong = 9008
Swift
case commandDataLengthTooLong = 9008
-
91XX
Declaration
Objective-C
LCIMErrorCodeConversationNotFound = 9100
Swift
case conversationNotFound = 9100
-
91XX
Declaration
Objective-C
LCIMErrorCodeUpdatingMessageNotAllowed = 9120
Swift
case updatingMessageNotAllowed = 9120
-
91XX
Declaration
Objective-C
LCIMErrorCodeUpdatingMessageNotSent = 9121
Swift
case updatingMessageNotSent = 9121
-
91XX
Declaration
Objective-C
LCIMErrorCodeOwnerPromotionNotAllowed = 9130
Swift
case ownerPromotionNotAllowed = 9130