ExceptionClassifier

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
abstract val orderValue: Int

Convenience val for getOrder.

Functions

Link copied to clipboard
abstract fun classify(e: Throwable): ConnectorError?

Classifies e into a ConnectorError if possible, null otherwise.

Link copied to clipboard
open override fun getOrder(): Int