LCQueryResult
public enum LCQueryResult<T> : LCResultType where T : LCObject
Undocumented
-
Undocumented
Declaration
Swift
case success(objects: [T])
-
Undocumented
Declaration
Swift
case failure(error: LCError)
-
Undocumented
Declaration
Swift
public init(error: LCError)
-
Undocumented
Declaration
Swift
public var error: LCError? { get }
-
Undocumented
Declaration
Swift
public var isSuccess: Bool { get }
-
Undocumented
Declaration
Swift
public var objects: [T]? { get }