Enumerations

The following enumerations are available globally.

  • Errors associated with points of failure in the SDK

    See more

    Declaration

    Swift

    public enum DKError : Error
  • Undocumented

    See more

    Declaration

    Swift

    public enum DKDirectoryError : Error
  • High-level item representations handled by Dropmark. Item types are expressed as strings, and are thus comparable and printable. Item types, Universal Type Identifers, MIMEs, and file extensions are tightly integrated in the Dropmark SDK.

    See more

    Declaration

    Swift

    public enum DKItemType : String, CaseIterable
  • Dropmark subscription tiers

    See more

    Declaration

    Swift

    public enum DKPlan : String, CaseIterable
  • Route network traffic across all supported API endpoints for Dropmark

    See more

    Declaration

    Swift

    public enum DKRouter : URLRequestConvertible