toggle menu
Pakku
1.2.1
common
switch theme
search in API
Pakku
/
teksturepako.pakku.api.projects
/
ProjectTypeNotSupported
Project
Type
Not
Supported
class
ProjectTypeNotSupported
(
slug
:
String
,
projectType
:
String
)
:
ActionError
Members
Constructors
Project
Type
Not
Supported
Link copied to clipboard
constructor
(
slug
:
String
,
projectType
:
String
)
Properties
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
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