core
/
dev.fritz2.remote
/
FetchException
js
Fetch
Exception
class
FetchException
(statusCode:
Short
, body:
String
, response:
Response
) :
Exception
Content copied to clipboard
Exception
type for handling http exceptions
Constructors
Functions
Properties
Constructors
FetchException
Link copied to clipboard
js
fun
FetchException
(statusCode:
Short
, body:
String
, response:
Response
)
Content copied to clipboard
Functions
equals
Link copied to clipboard
js
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
js
open fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
js
open fun
toString
():
String
Content copied to clipboard
Properties
body
Link copied to clipboard
js
val
body
:
String
Content copied to clipboard
the body of the error-response
cause
Link copied to clipboard
js
open val
cause
:
Throwable
?
Content copied to clipboard
message
Link copied to clipboard
js
open val
message
:
String
?
Content copied to clipboard
response
Link copied to clipboard
js
val
response
:
Response
Content copied to clipboard
statusCode
Link copied to clipboard
js
val
statusCode
:
Short
Content copied to clipboard
the http response status code