@fuel-ts/errors
Advanced tools
Comparing version 0.0.0-pr-1297-20230926195930 to 0.0.0-pr-1297-20230926200436
@@ -13,3 +13,3 @@ /** | ||
INVALID_DECODE_VALUE = "invalid-decode-value", | ||
JSON_ABI_ERROR = "abi-main-method-missing", | ||
JSON_ABI_ERROR = "json-abi-error", | ||
TYPE_ID_NOT_FOUND = "type-id-not-found", | ||
@@ -23,2 +23,3 @@ BIN_FILE_NOT_FOUND = "bin-file-not-found", | ||
NODE_INFO_CACHE_EMPTY = "node-info-cache-empty", | ||
MISSING_PROVIDER = "missing-provider", | ||
INSUFFICIENT_BALANCE = "insufficient-balance", | ||
@@ -62,4 +63,5 @@ WALLET_MANAGER_ERROR = "wallet-manager-error", | ||
SCRIPT_REVERTED = "script-reverted", | ||
SCRIPT_RETURN_INVALID_TYPE = "script-return-invalid-type" | ||
SCRIPT_RETURN_INVALID_TYPE = "script-return-invalid-type", | ||
FUEL_NODE_ERROR = "fuel-node-error" | ||
} | ||
//# sourceMappingURL=error-codes.d.ts.map |
@@ -20,3 +20,3 @@ "use strict"; | ||
ErrorCode2["INVALID_DECODE_VALUE"] = "invalid-decode-value"; | ||
ErrorCode2["JSON_ABI_ERROR"] = "abi-main-method-missing"; | ||
ErrorCode2["JSON_ABI_ERROR"] = "json-abi-error"; | ||
ErrorCode2["TYPE_ID_NOT_FOUND"] = "type-id-not-found"; | ||
@@ -30,2 +30,3 @@ ErrorCode2["BIN_FILE_NOT_FOUND"] = "bin-file-not-found"; | ||
ErrorCode2["NODE_INFO_CACHE_EMPTY"] = "node-info-cache-empty"; | ||
ErrorCode2["MISSING_PROVIDER"] = "missing-provider"; | ||
ErrorCode2["INSUFFICIENT_BALANCE"] = "insufficient-balance"; | ||
@@ -70,2 +71,3 @@ ErrorCode2["WALLET_MANAGER_ERROR"] = "wallet-manager-error"; | ||
ErrorCode2["SCRIPT_RETURN_INVALID_TYPE"] = "script-return-invalid-type"; | ||
ErrorCode2["FUEL_NODE_ERROR"] = "fuel-node-error"; | ||
return ErrorCode2; | ||
@@ -72,0 +74,0 @@ })(ErrorCode || {}); |
@@ -43,3 +43,3 @@ "use strict"; | ||
ErrorCode2["INVALID_DECODE_VALUE"] = "invalid-decode-value"; | ||
ErrorCode2["JSON_ABI_ERROR"] = "abi-main-method-missing"; | ||
ErrorCode2["JSON_ABI_ERROR"] = "json-abi-error"; | ||
ErrorCode2["TYPE_ID_NOT_FOUND"] = "type-id-not-found"; | ||
@@ -53,2 +53,3 @@ ErrorCode2["BIN_FILE_NOT_FOUND"] = "bin-file-not-found"; | ||
ErrorCode2["NODE_INFO_CACHE_EMPTY"] = "node-info-cache-empty"; | ||
ErrorCode2["MISSING_PROVIDER"] = "missing-provider"; | ||
ErrorCode2["INSUFFICIENT_BALANCE"] = "insufficient-balance"; | ||
@@ -93,2 +94,3 @@ ErrorCode2["WALLET_MANAGER_ERROR"] = "wallet-manager-error"; | ||
ErrorCode2["SCRIPT_RETURN_INVALID_TYPE"] = "script-return-invalid-type"; | ||
ErrorCode2["FUEL_NODE_ERROR"] = "fuel-node-error"; | ||
return ErrorCode2; | ||
@@ -95,0 +97,0 @@ })(ErrorCode || {}); |
@@ -25,3 +25,3 @@ "use strict"; | ||
ErrorCode2["INVALID_DECODE_VALUE"] = "invalid-decode-value"; | ||
ErrorCode2["JSON_ABI_ERROR"] = "abi-main-method-missing"; | ||
ErrorCode2["JSON_ABI_ERROR"] = "json-abi-error"; | ||
ErrorCode2["TYPE_ID_NOT_FOUND"] = "type-id-not-found"; | ||
@@ -35,2 +35,3 @@ ErrorCode2["BIN_FILE_NOT_FOUND"] = "bin-file-not-found"; | ||
ErrorCode2["NODE_INFO_CACHE_EMPTY"] = "node-info-cache-empty"; | ||
ErrorCode2["MISSING_PROVIDER"] = "missing-provider"; | ||
ErrorCode2["INSUFFICIENT_BALANCE"] = "insufficient-balance"; | ||
@@ -75,2 +76,3 @@ ErrorCode2["WALLET_MANAGER_ERROR"] = "wallet-manager-error"; | ||
ErrorCode2["SCRIPT_RETURN_INVALID_TYPE"] = "script-return-invalid-type"; | ||
ErrorCode2["FUEL_NODE_ERROR"] = "fuel-node-error"; | ||
return ErrorCode2; | ||
@@ -77,0 +79,0 @@ })(ErrorCode || {}); |
@@ -50,3 +50,3 @@ "use strict"; | ||
ErrorCode2["INVALID_DECODE_VALUE"] = "invalid-decode-value"; | ||
ErrorCode2["JSON_ABI_ERROR"] = "abi-main-method-missing"; | ||
ErrorCode2["JSON_ABI_ERROR"] = "json-abi-error"; | ||
ErrorCode2["TYPE_ID_NOT_FOUND"] = "type-id-not-found"; | ||
@@ -60,2 +60,3 @@ ErrorCode2["BIN_FILE_NOT_FOUND"] = "bin-file-not-found"; | ||
ErrorCode2["NODE_INFO_CACHE_EMPTY"] = "node-info-cache-empty"; | ||
ErrorCode2["MISSING_PROVIDER"] = "missing-provider"; | ||
ErrorCode2["INSUFFICIENT_BALANCE"] = "insufficient-balance"; | ||
@@ -100,2 +101,3 @@ ErrorCode2["WALLET_MANAGER_ERROR"] = "wallet-manager-error"; | ||
ErrorCode2["SCRIPT_RETURN_INVALID_TYPE"] = "script-return-invalid-type"; | ||
ErrorCode2["FUEL_NODE_ERROR"] = "fuel-node-error"; | ||
return ErrorCode2; | ||
@@ -102,0 +104,0 @@ })(ErrorCode || {}); |
{ | ||
"name": "@fuel-ts/errors", | ||
"version": "0.0.0-pr-1297-20230926195930", | ||
"version": "0.0.0-pr-1297-20230926200436", | ||
"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-pr-1297-20230926195930" | ||
"@fuel-ts/versions": "0.0.0-pr-1297-20230926200436" | ||
}, | ||
@@ -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
97270
782
+ Added@fuel-ts/versions@0.0.0-pr-1297-20230926200436(transitive)
- Removed@fuel-ts/versions@0.0.0-pr-1297-20230926195930(transitive)