HttpException
Thrown when an http request fails.
Exposes the specific status code or UNKNOWN via getStatusCode so users may attempt to retry or otherwise uniformly handle certain types of errors regardless of the underlying http library.
Constructors
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun HttpException( message: String, statusCode: Int, cause: Throwable)
Content copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard