ConnectionErrorAction

public enum ConnectionErrorAction

Potential actions a ConnectionErrorHandler can return

  • Specifies that the error should be logged normally and dispatched to the EventHandler. Connection retrying will proceed normally if appropriate.

    Declaration

    Swift

    case proceed
  • Specifies that the connection should be immediately shut down and not retried. The error will not be dispatched to the EventHandler

    Declaration

    Swift

    case shutdown