LCValueOptionalResult
public enum LCValueOptionalResult : LCResultType
Result type for optional request.
-
Undocumented
Declaration
Swift
case success(object: LCValue?)
-
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 object: LCValue? { get }