toggle menu
Pakku
1.2.1
common
switch theme
search in API
Pakku
/
teksturepako.pakku.api.actions.errors
/
ProjNotFound
Proj
Not
Found
data
class
ProjNotFound
(
val
projectInput
:
String
?
=
null
,
val
project
:
Project
?
=
null
)
:
ActionError
Members
Constructors
Proj
Not
Found
Link copied to clipboard
constructor
(
projectInput
:
String
?
=
null
,
project
:
Project
?
=
null
)
Properties
project
Link copied to clipboard
val
project
:
Project
?
=
null
project
Input
Link copied to clipboard
val
projectInput
:
String
?
=
null
raw
Message
Link copied to clipboard
open
override
val
rawMessage
:
String
severity
Link copied to clipboard
open
val
severity
:
ErrorSeverity
Functions
message
Link copied to clipboard
open
override
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
short
Message
Link copied to clipboard
open
fun
shortMessage
(
arg
:
String
=
""
)
:
String
?