SAPcpmsLockWipePolicyError

public enum SAPcpmsLockWipePolicyError : Error
extension SAPcpmsLockWipePolicyError: SAPError

Set of error that could occur in SAPcpmsLockWipePolicyApplyStep

  • Internal error

    Declaration

    Swift

    case internalError(error: Error?)
  • User should be locked

    Declaration

    Swift

    case lockDisconnectedPeriod(error: Error?)
  • User should be wiped

    Declaration

    Swift

    case wipeDisconnectedPeriod
  • 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 }