toggle menu
Pakku
1.2.1
common
switch theme
search in API
Pakku
/
teksturepako.pakku.api.data
/
LockFile
/
TargetNotFound
Target
Not
Found
data
class
TargetNotFound
(
val
target
:
String
?
=
null
)
:
ActionError
Members
Constructors
Target
Not
Found
Link copied to clipboard
constructor
(
target
:
String
?
=
null
)
Properties
raw
Message
Link copied to clipboard
open
override
val
rawMessage
:
String
severity
Link copied to clipboard
open
val
severity
:
ErrorSeverity
target
Link copied to clipboard
val
target
:
String
?
=
null
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