reference
Class: NetworkError
network/network.NetworkError
Hierarchy
Error
↳
NetworkError
Table of contents
Constructors
Constructors
constructor
• new NetworkError(message?
)
Parameters
Name | Type |
---|---|
message? | string |
Inherited from
Error.constructor
Defined in
node_modules/typescript/lib/lib.es5.d.ts:1073
• new NetworkError(message?
, options?
)
Parameters
Name | Type |
---|---|
message? | string |
options? | ErrorOptions |
Inherited from
Error.constructor
Defined in
node_modules/typescript/lib/lib.es2022.error.d.ts:28