IdentityError

public enum IdentityError : Error
extension IdentityError: SAPError

Errors of the Identity Helper

  • Failed to create identity from the given PKCS #12 Data.

    Declaration

    Swift

    case failedToCreateIdentity
  • Failed to create PKCS #12 Data from the given SecIdentity.

    Declaration

    Swift

    case failedToCreatePkcs12Data
  • Failed to export certificate from the given SecIdentity.

    Declaration

    Swift

    case failedToExportCertificateData
  • Failed to export private key from the given SecIdentity.

    Declaration

    Swift

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