SAPcpmsLockWipePolicyInternalError
public enum SAPcpmsLockWipePolicyInternalError : Error
extension SAPcpmsLockWipePolicyInternalError: SAPError
Set of error that describe the SAPcpmsLockWipePolicyError
-
Date could not read from the store
Declaration
Swift
case dateUnavailable -
Calculated future date could not created
Declaration
Swift
case futureDateUnavailable -
Invalid response
Declaration
Swift
case invalidResponse(response: URLResponse) -
Error description
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 }