OfflineODataError
public enum OfflineODataError : Error
A class used to represent Offline OData Errors.
-
Undocumented
Declaration
Swift
case error(code: Int, message: String)
-
Message text for this error.
Declaration
Swift
public var message: String? { get }
-
The numeric error code that identifies this error.
Declaration
Swift
public var code: Int { get }
-
Declaration
Swift
public func toString() -> String
Return Value
A string representation of this object.
-
A textual representation of this instance.
Declaration
Swift
public var description: String { get }
-
A textual representation of this instance, suitable for debugging.
Declaration
Swift
public var debugDescription: String { get }
-
A localized message describing what error occurred.
Declaration
Swift
public var errorDescription: String? { get }
-
A localized message describing the reason for the failure.
Declaration
Swift
public var failureReason: String? { get }