toggle menu
Pakku
1.2.1
common
switch theme
search in API
Pakku
/
teksturepako.pakku.api.actions.errors
/
ProjRequiredBy
Proj
Required
By
data
class
ProjRequiredBy
(
val
project
:
Project
,
val
dependants
:
List
<
Project
>
)
:
ActionError
Members
Constructors
Proj
Required
By
Link copied to clipboard
constructor
(
project
:
Project
,
dependants
:
List
<
Project
>
)
Properties
dependants
Link copied to clipboard
val
dependants
:
List
<
Project
>
project
Link copied to clipboard
val
project
:
Project
raw
Message
Link copied to clipboard
open
override
val
rawMessage
:
String
severity
Link copied to clipboard
open
override
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