kenwork
Toggle table of contents
0.5.1
release
Target filter
release
Switch theme
Search in API
Skip to content
kenwork
network
/
io.github.maniramezan.kenwork.network
/
NetworkError
/
InvalidUrl
Invalid
Url
data
class
InvalidUrl
(
val
url
:
String
)
:
NetworkError
The endpoint produced a malformed URL.
Members
Constructors
Invalid
Url
Link copied to clipboard
constructor
(
url
:
String
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?
url
Link copied to clipboard
val
url
:
String