toggle menu
Pakku
1.2.1
common
switch theme
search in API
Pakku
/
teksturepako.pakku.api.actions.errors
/
ActionError
Action
Error
abstract
class
ActionError
Inheritors
MultipleErrors
DirectoryNotEmpty
FileNotFound
CouldNotRead
ErrorWhileReading
AlreadyExists
DownloadFailed
NoHashes
HashMismatch
CouldNotSave
CouldNotImport
ProjNotFound
ProjDiffTypes
ProjDiffPLinks
NotRedistributable
CouldNotExport
IOExportingError
ExportingError
AlreadyAdded
NotFoundOn
NoFilesOn
NoFiles
FileNamesDoNotMatch
ProjRequiredBy
RequiresMcVersion
CouldNotInstallRemote
RemoteAlreadyExists
InvalidUrl
FailedToRemoveRemote
CanNotUpdateRemote
TargetNotFound
RequestError
ConnectionError
Unauthenticated
ProjectTypeNotSupported
ArgFailed
EmptyArg
CanNotAddToFileDirector
GitCloneError
GitStatusError
GitUpdateError
InvalidPathError
CopyError
IllegalPath
Members
Constructors
Action
Error
Link copied to clipboard
constructor
(
)
Properties
raw
Message
Link copied to clipboard
abstract
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