InternalErrorCode
public enum InternalErrorCode : Int
ref: https://github.com/leancloud/rfcs/wiki/SDK-Internal-Error-Definition
-
Undocumented
Declaration
Swift
case commandTimeout = 9000
-
Undocumented
Declaration
Swift
case connectionLost = 9001
-
Undocumented
Declaration
Swift
case clientNotOpen = 9002
-
Undocumented
Declaration
Swift
case commandInvalid = 9003
-
Undocumented
Declaration
Swift
case commandDataLengthTooLong = 9008
-
Undocumented
Declaration
Swift
case conversationNotFound = 9100
-
Undocumented
Declaration
Swift
case updatingMessageNotAllowed = 9120
-
Undocumented
Declaration
Swift
case updatingMessageNotSent = 9121
-
Undocumented
Declaration
Swift
case ownerPromotionNotAllowed = 9130
-
Undocumented
Declaration
Swift
case notFound = 9973
-
Undocumented
Declaration
Swift
case invalidType = 9974
-
Undocumented
Declaration
Swift
case malformedData = 9975
-
Undocumented
Declaration
Swift
case inconsistency = 9976
-
Undocumented
Declaration
Swift
case underlyingError = 9977