BasicCredentialDiscoveryError

public enum BasicCredentialDiscoveryError : Error
extension BasicCredentialDiscoveryError: SAPError

Errors for BasicCredentialDiscovery module

  • The authentication process cancelled

    Declaration

    Swift

    case cancelled
  • The returned state is inconsistent

    Declaration

    Swift

    case inconsistentState
  • Declaration

    Swift

    public var description: String { get }
  • A localized message describing the debug information.

    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 }