LCErrorInternalErrorCode
Objective-C
enum LCErrorInternalErrorCode : NSInteger {}
Swift
enum LCErrorInternalErrorCode : Int, @unchecked Sendable
Internal error code for client.
-
Generic not found.
Declaration
Objective-C
LCErrorInternalErrorCodeNotFound = 9973
Swift
case notFound = 9973
-
Data type invalid.
Declaration
Objective-C
LCErrorInternalErrorCodeInvalidType = 9974
Swift
case invalidType = 9974
-
Data format invalid.
Declaration
Objective-C
LCErrorInternalErrorCodeMalformedData = 9975
Swift
case malformedData = 9975
-
Internal inconsistency exception.
Declaration
Objective-C
LCErrorInternalErrorCodeInconsistency = 9976
Swift
case inconsistency = 9976
-
Has one underlying error.
Declaration
Objective-C
LCErrorInternalErrorCodeUnderlyingError = 9977
Swift
case underlyingError = 9977