Error

public extension Error
  • Checks if cancelled error

    Declaration

    Swift

    var isCancelledError: Bool { get }
  • Checks if error is related to connection problems. Usual flow is to retry on those errors.

    Declaration

    Swift

    var isConnectionError: Bool { get }