NetworkStatus

enum NetworkStatus
extension NetworkStatus : Equatable, Hashable

Enum describing the various states a NetworkOperation can be in

  • State indicating that the NetworkOperation was a failure

    Declaration

    Swift

    case failure
  • State indicating that the NetworkOperation is currently in progress

    Declaration

    Swift

    case inProgress
  • State indicating that the NetworkOperation was successful

    Declaration

    Swift

    case success