Enumerations

The following enumerations are available globally.

  • Errors thrown when converting strings and data

    Since

    1.0.0
    See more

    Declaration

    Swift

    @objc
    public enum ConversionError : Int, Error
  • Errors related to digital certificates

    Since

    1.0.0
    See more

    Declaration

    Swift

    @objc
    public enum CertificateError : Int, Error
  • Errors related to digital identity

    Since

    1.0.0
    See more

    Declaration

    Swift

    @objc
    public enum IdentityError : Int, Error
  • Errors related to cryptographic key operations

    Since

    1.0.0
    See more

    Declaration

    Swift

    @objc
    public enum KeyError : Int, Error