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-gcs
InternalOptions
GaxiosError
Class GaxiosError<T>
Type parameters
T =
any
Hierarchy
Error
GaxiosError
Index
Constructors
constructor
Properties
code
config
error
response
status
Constructors
constructor
new
Gaxios
Error
<
T
>
(
message
:
string
, config
:
GaxiosOptions
, response
?:
GaxiosResponse
<
T
>
, error
?:
Error
|
ErrnoException
)
:
GaxiosError
<
T
>
Type parameters
T =
any
Parameters
message:
string
config:
GaxiosOptions
Optional
response:
GaxiosResponse
<
T
>
Optional
error:
Error
|
ErrnoException
Returns
GaxiosError
<
T
>
Properties
Optional
code
code
?:
string
An Error code. See
error.code
example
'ECONNRESET'
config
config
:
GaxiosOptions
Optional
error
error
?:
Error
|
ErrnoException
Optional
response
response
?:
GaxiosResponse
<
T
>
Optional
status
status
?:
number
An HTTP Status code. See
Response: status property
example
500
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
An Error code. See error.code
'ECONNRESET'