Other Enumerations

The following enumerations are available globally.

  • 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
  • Errors of the SecurityManager Provide

    See more

    Declaration

    Swift

    public enum SecurityManagerError : Error
    extension SecurityManagerError: SAPError