TaskBridgeHttpStatusException

class TaskBridgeHttpStatusException(val statusCode: Int, cause: Throwable? = null) : IOException

Exception thrown when an HTTP request fails with a non-2xx status code.

Constructors

Link copied to clipboard
constructor(statusCode: Int, cause: Throwable? = null)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?
Link copied to clipboard

The HTTP status code received from the server.