Enumerations

The following enumerations are available globally.

  • Convenience namespace for the SDK. Hosts a global PCloudClient instance.

    See more

    Declaration

    Swift

    public enum PCloud
  • Undocumented

    See more

    Declaration

    Swift

    public enum APIServerRegion : UInt
  • An error combining API and network layer errors.

    See more

    Declaration

    Swift

    public enum CallError<MethodError> : Error
  • A folder content item.

    See more

    Declaration

    Swift

    public enum Content
    extension Content: CustomStringConvertible
  • The possible execution states of a network operation.

    See more

    Declaration

    Swift

    public enum NetworkOperationState
    extension NetworkOperationState: CustomStringConvertible
  • An error from a network operation.

    See more

    Declaration

    Swift

    public enum NetworkOperationError : Error
  • Undocumented

    See more

    Declaration

    Swift

    public enum URLScheme : String
  • Undocumented

    See more

    Declaration

    Swift

    public enum URLSessionTaskBuilder