toggle menu
Pakku
1.2.1
common
switch theme
search in API
Pakku
/
teksturepako.pakku.api.actions.errors
/
CouldNotExport
Could
Not
Export
data
class
CouldNotExport
(
val
profile
:
ExportProfile
,
val
modpackFileName
:
String
,
val
reason
:
String
?
)
:
ActionError
Members
Constructors
Could
Not
Export
Link copied to clipboard
constructor
(
profile
:
ExportProfile
,
modpackFileName
:
String
,
reason
:
String
?
)
Properties
modpack
File
Name
Link copied to clipboard
val
modpackFileName
:
String
profile
Link copied to clipboard
val
profile
:
ExportProfile
raw
Message
Link copied to clipboard
open
override
val
rawMessage
:
String
reason
Link copied to clipboard
val
reason
:
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
short
Message
Link copied to clipboard
open
fun
shortMessage
(
arg
:
String
=
""
)
:
String
?