@fuel-ts/errors
Advanced tools
Comparing version
@@ -18,2 +18,4 @@ /** | ||
INVALID_URL = "invalid-url", | ||
CHAIN_INFO_CACHE_EMPTY = "chain-info-cache-empty", | ||
NODE_INFO_CACHE_EMPTY = "node-info-cache-empty", | ||
INSUFFICIENT_BALANCE = "insufficient-balance", | ||
@@ -20,0 +22,0 @@ WALLET_MANAGER_ERROR = "wallet-manager-error", |
@@ -25,2 +25,4 @@ "use strict"; | ||
ErrorCode2["INVALID_URL"] = "invalid-url"; | ||
ErrorCode2["CHAIN_INFO_CACHE_EMPTY"] = "chain-info-cache-empty"; | ||
ErrorCode2["NODE_INFO_CACHE_EMPTY"] = "node-info-cache-empty"; | ||
ErrorCode2["INSUFFICIENT_BALANCE"] = "insufficient-balance"; | ||
@@ -27,0 +29,0 @@ ErrorCode2["WALLET_MANAGER_ERROR"] = "wallet-manager-error"; |
@@ -48,2 +48,4 @@ "use strict"; | ||
ErrorCode2["INVALID_URL"] = "invalid-url"; | ||
ErrorCode2["CHAIN_INFO_CACHE_EMPTY"] = "chain-info-cache-empty"; | ||
ErrorCode2["NODE_INFO_CACHE_EMPTY"] = "node-info-cache-empty"; | ||
ErrorCode2["INSUFFICIENT_BALANCE"] = "insufficient-balance"; | ||
@@ -50,0 +52,0 @@ ErrorCode2["WALLET_MANAGER_ERROR"] = "wallet-manager-error"; |
@@ -30,2 +30,4 @@ "use strict"; | ||
ErrorCode2["INVALID_URL"] = "invalid-url"; | ||
ErrorCode2["CHAIN_INFO_CACHE_EMPTY"] = "chain-info-cache-empty"; | ||
ErrorCode2["NODE_INFO_CACHE_EMPTY"] = "node-info-cache-empty"; | ||
ErrorCode2["INSUFFICIENT_BALANCE"] = "insufficient-balance"; | ||
@@ -32,0 +34,0 @@ ErrorCode2["WALLET_MANAGER_ERROR"] = "wallet-manager-error"; |
@@ -55,2 +55,4 @@ "use strict"; | ||
ErrorCode2["INVALID_URL"] = "invalid-url"; | ||
ErrorCode2["CHAIN_INFO_CACHE_EMPTY"] = "chain-info-cache-empty"; | ||
ErrorCode2["NODE_INFO_CACHE_EMPTY"] = "node-info-cache-empty"; | ||
ErrorCode2["INSUFFICIENT_BALANCE"] = "insufficient-balance"; | ||
@@ -57,0 +59,0 @@ ErrorCode2["WALLET_MANAGER_ERROR"] = "wallet-manager-error"; |
{ | ||
"name": "@fuel-ts/errors", | ||
"version": "0.0.0-next-20230918235551", | ||
"version": "0.0.0-next-20230919233940", | ||
"description": "Error class and error codes that the fuels-ts library throws", | ||
@@ -33,3 +33,3 @@ "author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)", | ||
"dependencies": { | ||
"@fuel-ts/versions": "0.0.0-next-20230918235551" | ||
"@fuel-ts/versions": "0.0.0-next-20230919233940" | ||
}, | ||
@@ -36,0 +36,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
90006
2.12%719
1.99%+ Added
- Removed