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