ConnectionsException.Companion


object ConnectionsException.Companion


Summary

Constants

static final int

Error code indicating the connection has been closed.

static final int

Error code indicating when an unidentified internal error occurs.

static final int

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

Constants

CONNECTION_CLOSED

public static final int CONNECTION_CLOSED = 3

Error code indicating the connection has been closed.

INTERNAL_ERROR

public static final int INTERNAL_ERROR = 2

Error code indicating when an unidentified internal error occurs.

TIMEOUT

public static final int TIMEOUT = 1

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