@fuel-ts/errors
Advanced tools
Comparing version 0.0.0-next-20230925153851 to 0.0.0-next-20230925155223
@@ -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", | ||
@@ -61,4 +61,5 @@ BIN_FILE_NOT_FOUND = "bin-file-not-found", | ||
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"; | ||
@@ -69,2 +69,3 @@ ErrorCode2["BIN_FILE_NOT_FOUND"] = "bin-file-not-found"; | ||
ErrorCode2["SCRIPT_RETURN_INVALID_TYPE"] = "script-return-invalid-type"; | ||
ErrorCode2["FUEL_NODE_ERROR"] = "fuel-node-error"; | ||
return ErrorCode2; | ||
@@ -71,0 +72,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"; | ||
@@ -92,2 +92,3 @@ ErrorCode2["BIN_FILE_NOT_FOUND"] = "bin-file-not-found"; | ||
ErrorCode2["SCRIPT_RETURN_INVALID_TYPE"] = "script-return-invalid-type"; | ||
ErrorCode2["FUEL_NODE_ERROR"] = "fuel-node-error"; | ||
return ErrorCode2; | ||
@@ -94,0 +95,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"; | ||
@@ -74,2 +74,3 @@ ErrorCode2["BIN_FILE_NOT_FOUND"] = "bin-file-not-found"; | ||
ErrorCode2["SCRIPT_RETURN_INVALID_TYPE"] = "script-return-invalid-type"; | ||
ErrorCode2["FUEL_NODE_ERROR"] = "fuel-node-error"; | ||
return ErrorCode2; | ||
@@ -76,0 +77,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"; | ||
@@ -99,2 +99,3 @@ ErrorCode2["BIN_FILE_NOT_FOUND"] = "bin-file-not-found"; | ||
ErrorCode2["SCRIPT_RETURN_INVALID_TYPE"] = "script-return-invalid-type"; | ||
ErrorCode2["FUEL_NODE_ERROR"] = "fuel-node-error"; | ||
return ErrorCode2; | ||
@@ -101,0 +102,0 @@ })(ErrorCode || {}); |
{ | ||
"name": "@fuel-ts/errors", | ||
"version": "0.0.0-next-20230925153851", | ||
"version": "0.0.0-next-20230925155223", | ||
"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-20230925153851" | ||
"@fuel-ts/versions": "0.0.0-next-20230925155223" | ||
}, | ||
@@ -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
96471
775
+ Added@fuel-ts/versions@0.0.0-next-20230925155223(transitive)
+ Addedsemver@7.7.1(transitive)
- Removed@fuel-ts/versions@0.0.0-next-20230925153851(transitive)
- Removedsemver@7.7.0(transitive)