Package-level declarations

Types

Link copied to clipboard

Thrown when an HTTP 500, 502 or 504 occurs

Link copied to clipboard
open class ClashJException(message: String?) : RuntimeException

Default exception for the ClashJ library.

Link copied to clipboard
open class HttpException(message: String?) : ClashJException

Thrown when an HTTP error occurs.

Link copied to clipboard

Thrown when an HTTP 403 occurs, indicating that credentials are invalid.

Link copied to clipboard

Thrown when an HTTP 503 occurs, indicating that servers are in maintenance mode.

Link copied to clipboard

Thrown when an HTTP 404 occurs, indicating that the requested resources are missing.