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