toggle menu
Pakku
1.2.1
common
switch theme
search in API
Pakku
/
teksturepako.pakku.api.actions.remote
/
InvalidUrl
Invalid
Url
data
class
InvalidUrl
(
val
url
:
String
)
:
ActionError
Members
Constructors
Invalid
Url
Link copied to clipboard
constructor
(
url
:
String
)
Properties
raw
Message
Link copied to clipboard
open
override
val
rawMessage
:
String
severity
Link copied to clipboard
open
val
severity
:
ErrorSeverity
url
Link copied to clipboard
val
url
:
String
Functions
message
Link copied to clipboard
open
fun
message
(
arg
:
String
=
""
)
:
String
A message dedicated for the CLI. It should not be used outside of terminal.
on
Error
Link copied to clipboard
inline
fun
<
T
>
onError
(
action
:
(
ActionError
)
->
T
)
:
T