kvision
Toggle table of contents
8.2.0
js
Platform filter
js
Switch theme
Search in API
kvision
kvision-rest
/
io.kvision.rest
/
NotFound
Not
Found
class
NotFound
(
val
url
:
String
,
val
method
:
HttpMethod
,
message
:
String
,
val
response
:
Response
?
=
null
)
:
RemoteRequestException
(
source
)
Members
Constructors
Not
Found
Link copied to clipboard
constructor
(
url
:
String
,
method
:
HttpMethod
,
message
:
String
,
response
:
Response
?
=
null
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
code
Link copied to clipboard
val
code
:
Short
message
Link copied to clipboard
open
val
message
:
String
?
method
Link copied to clipboard
val
method
:
HttpMethod
response
Link copied to clipboard
val
response
:
Response
?
=
null
url
Link copied to clipboard
val
url
:
String
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String