ConnectionsException.Companion

object ConnectionsException.Companion


Summary

Constants

const Int

Error code indicating the connection has been closed.

const Int

Error code indicating when an unidentified internal error occurs.

const Int

Error code indicating the attempt to open a connection timed out.

Constants

CONNECTION_CLOSED

const val CONNECTION_CLOSED = 3: Int

Error code indicating the connection has been closed.

INTERNAL_ERROR

const val INTERNAL_ERROR = 2: Int

Error code indicating when an unidentified internal error occurs.

TIMEOUT

const val TIMEOUT = 1: Int

Error code indicating the attempt to open a connection timed out.