Other Enumerations

The following enumerations are available globally.

  • The errors thrown during Application attestation and assertion

    See more

    Declaration

    Swift

    public enum AttestationError : Swift.Error, SAPError
  • Represents different signing algorithms

    See more

    Declaration

    Swift

    public enum DigitalSignatureAlgorithm : String, CaseIterable
  • Undocumented

    See more

    Declaration

    Swift

    public enum ApplicationVersioningError : Error
    extension ApplicationVersioningError: SAPError
  • Enumeration to describe the errors related to APIKey authentication mechanism

    See more

    Declaration

    Swift

    public enum APIKeyAuthenticationError : Error
    extension APIKeyAuthenticationError: SAPError
  • Undocumented

    See more

    Declaration

    Swift

    public enum OAuth2TokenError : LocalizedError, Equatable
  • Undocumented

    See more

    Declaration

    Swift

    public enum ComponentType : Int16
  • Undocumented

    See more

    Declaration

    Swift

    public enum TraceFlags : Int16
  • Enum covering the options available for clipboard access policy

    See more

    Declaration

    Swift

    public enum ClipboardAccessPolicy : String
  • Encapsulates different types of error that may happen in clipboard protection.

    See more

    Declaration

    Swift

    public enum ClipboardProtectionError : Error
    extension ClipboardProtectionError: SAPError
  • Enum covering the options available for device compliance detection policy

    See more

    Declaration

    Swift

    public enum DeviceComplianceDetectionPolicy : String
  • Enum which covers all errors occuring in SAPcpmsDeviceSecurityAuditUploader.

    See more

    Declaration

    Swift

    public enum SAPcpmsDeviceSecurityUploadError : Error
    extension SAPcpmsDeviceSecurityUploadError: SAPError
  • Enum covering the options available for OpenURLPolicy

    See more

    Declaration

    Swift

    public enum OpenURLPolicy : String
  • Encapsulates different types of errors that may occur when enforcing OpenURLPolicy.

    See more

    Declaration

    Swift

    public enum OpenURLPolicyEnforcerError : Error
    extension OpenURLPolicyEnforcerError: SAPError
  • Enum covering the options available for PrintPolicy

    See more

    Declaration

    Swift

    public enum PrintPolicy : String
  • Encapsulates different types of error that may happen when enforcing PrintPolicy

    See more

    Declaration

    Swift

    public enum PrintPolicyEnforcerError : Error
    extension PrintPolicyEnforcerError: SAPError
  • Errors of the SecurityManager Provide

    See more

    Declaration

    Swift

    public enum SecurityManagerError : Error
    extension SecurityManagerError: SAPError
  • Enum to represent all the possible “x-message-code” header values.

    See more

    Declaration

    Swift

    public enum XMessageCode : String