toggle menu
Pakku
1.2.1
common
switch theme
search in API
Pakku
/
teksturepako.pakku.api.actions.errors
/
CouldNotSave
Could
Not
Save
data
class
CouldNotSave
(
val
path
:
<Error class: unknown class>
?
,
val
reason
:
String
?
=
""
)
:
ActionError
Members
Constructors
Could
Not
Save
Link copied to clipboard
constructor
(
path
:
<Error class: unknown class>
?
,
reason
:
String
?
=
""
)
Properties
path
Link copied to clipboard
val
path
:
<Error class: unknown class>
?
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
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