toggle menu
coil-network-core
3.1.0
common
switch theme
search in API
coil-network-core
/
coil3.network
/
HttpException
Http
Exception
class
HttpException
(
val
response
:
NetworkResponse
)
:
RuntimeException
Exception for an unexpected, non-2xx HTTP response.
See also
Network
Fetcher
Members
Constructors
Http
Exception
Link copied to clipboard
constructor
(
response
:
NetworkResponse
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?
response
Link copied to clipboard
val
response
:
NetworkResponse