Search
Preparing search index...
The search index is not available
Electron Forge
Options
All
Public
Public/Protected
All
Inherited
Menu
Electron Forge
@electron-forge/publisher-bitbucket
InternalOptions
ListrError
Class ListrError<Ctx>
The internal error handling mechanism..
Type parameters
Ctx
:
ListrContext
=
ListrContext
Hierarchy
Error
ListrError
Index
Constructors
constructor
Properties
ctx
error
path
task
type
Constructors
constructor
new
Listr
Error
<
Ctx
>
(
error
:
Error
, type
:
ListrErrorTypes
, task
:
Task
<
Ctx
,
typeof
ListrRenderer
>
)
:
ListrError
<
Ctx
>
Type parameters
Ctx
:
unknown
=
any
Parameters
error:
Error
type:
ListrErrorTypes
task:
Task
<
Ctx
,
typeof
ListrRenderer
>
Returns
ListrError
<
Ctx
>
Properties
ctx
ctx
:
Ctx
error
error
:
Error
path
path
:
string
task
task
:
Task
<
Ctx
,
typeof
ListrRenderer
>
type
type
:
ListrErrorTypes
All Modules
Makers
maker-appx
maker-deb
maker-dmg
maker-flatpak
maker-pkg
maker-rpm
maker-snap
maker-squirrel
maker-wix
maker-zip
Plugins
plugin-auto-unpack-natives
plugin-base
plugin-electronegativity
plugin-fuses
plugin-local-electron
plugin-vite
plugin-webpack
Publishers
publisher-base
publisher-bitbucket
publisher-electron-release-server
publisher-gcs
publisher-github
publisher-nucleus
publisher-s3
publisher-snapcraft
publisher-static
Templates
template-base
template-vite
template-vite-typescript
template-webpack
template-webpack-typescript
Utils & Internal Helpers
core
core-utils
maker-base
shared-types
test-utils
tracer
web-multi-logger
The internal error handling mechanism..