@fuel-ts/errors
Advanced tools
Comparing version 0.0.0-next-20230921155811 to 0.0.0-next-20230921174802
@@ -16,2 +16,4 @@ /** | ||
BIN_FILE_NOT_FOUND = "bin-file-not-found", | ||
CODER_NOT_FOUND = "coder-not-found", | ||
FUNCTION_NOT_FOUND = "function-not-found", | ||
INVALID_BECH32_ADDRESS = "invalid-bech32-address", | ||
@@ -25,2 +27,4 @@ INVALID_URL = "invalid-url", | ||
PARSE_FAILED = "parse-failed", | ||
ENCODE_ERROR = "encode-error", | ||
DECODE_ERROR = "decode-error", | ||
INVALID_CREDENTIALS = "invalid-credentials", | ||
@@ -52,7 +56,10 @@ ENV_DEPENDENCY_MISSING = "env-dependency-missing", | ||
INVALID_PASSWORD = "invalid-password", | ||
ACCOUNT_REQUIRED = "account-required", | ||
LATEST_BLOCK_UNAVAILABLE = "latest-block-unavailable", | ||
ERROR_BUILDING_BLOCK_EXPLORER_URL = "error-building-block-explorer-url", | ||
VITEPRESS_PLUGIN_ERROR = "vitepress-plugin-error", | ||
INVALID_MULTICALL = "invalid-multicall" | ||
INVALID_MULTICALL = "invalid-multicall", | ||
SCRIPT_REVERTED = "script-reverted", | ||
SCRIPT_RETURN_INVALID_TYPE = "script-return-invalid-type" | ||
} | ||
//# sourceMappingURL=error-codes.d.ts.map |
@@ -23,2 +23,4 @@ "use strict"; | ||
ErrorCode2["BIN_FILE_NOT_FOUND"] = "bin-file-not-found"; | ||
ErrorCode2["CODER_NOT_FOUND"] = "coder-not-found"; | ||
ErrorCode2["FUNCTION_NOT_FOUND"] = "function-not-found"; | ||
ErrorCode2["INVALID_BECH32_ADDRESS"] = "invalid-bech32-address"; | ||
@@ -32,2 +34,4 @@ ErrorCode2["INVALID_URL"] = "invalid-url"; | ||
ErrorCode2["PARSE_FAILED"] = "parse-failed"; | ||
ErrorCode2["ENCODE_ERROR"] = "encode-error"; | ||
ErrorCode2["DECODE_ERROR"] = "decode-error"; | ||
ErrorCode2["INVALID_CREDENTIALS"] = "invalid-credentials"; | ||
@@ -59,2 +63,3 @@ ErrorCode2["ENV_DEPENDENCY_MISSING"] = "env-dependency-missing"; | ||
ErrorCode2["INVALID_PASSWORD"] = "invalid-password"; | ||
ErrorCode2["ACCOUNT_REQUIRED"] = "account-required"; | ||
ErrorCode2["LATEST_BLOCK_UNAVAILABLE"] = "latest-block-unavailable"; | ||
@@ -64,2 +69,4 @@ ErrorCode2["ERROR_BUILDING_BLOCK_EXPLORER_URL"] = "error-building-block-explorer-url"; | ||
ErrorCode2["INVALID_MULTICALL"] = "invalid-multicall"; | ||
ErrorCode2["SCRIPT_REVERTED"] = "script-reverted"; | ||
ErrorCode2["SCRIPT_RETURN_INVALID_TYPE"] = "script-return-invalid-type"; | ||
return ErrorCode2; | ||
@@ -73,3 +80,3 @@ })(ErrorCode || {}); | ||
FUEL_CORE: "0.20.4", | ||
FUELS: "0.58.0" | ||
FUELS: "0.59.0" | ||
}; | ||
@@ -76,0 +83,0 @@ } |
@@ -46,2 +46,4 @@ "use strict"; | ||
ErrorCode2["BIN_FILE_NOT_FOUND"] = "bin-file-not-found"; | ||
ErrorCode2["CODER_NOT_FOUND"] = "coder-not-found"; | ||
ErrorCode2["FUNCTION_NOT_FOUND"] = "function-not-found"; | ||
ErrorCode2["INVALID_BECH32_ADDRESS"] = "invalid-bech32-address"; | ||
@@ -55,2 +57,4 @@ ErrorCode2["INVALID_URL"] = "invalid-url"; | ||
ErrorCode2["PARSE_FAILED"] = "parse-failed"; | ||
ErrorCode2["ENCODE_ERROR"] = "encode-error"; | ||
ErrorCode2["DECODE_ERROR"] = "decode-error"; | ||
ErrorCode2["INVALID_CREDENTIALS"] = "invalid-credentials"; | ||
@@ -82,2 +86,3 @@ ErrorCode2["ENV_DEPENDENCY_MISSING"] = "env-dependency-missing"; | ||
ErrorCode2["INVALID_PASSWORD"] = "invalid-password"; | ||
ErrorCode2["ACCOUNT_REQUIRED"] = "account-required"; | ||
ErrorCode2["LATEST_BLOCK_UNAVAILABLE"] = "latest-block-unavailable"; | ||
@@ -87,2 +92,4 @@ ErrorCode2["ERROR_BUILDING_BLOCK_EXPLORER_URL"] = "error-building-block-explorer-url"; | ||
ErrorCode2["INVALID_MULTICALL"] = "invalid-multicall"; | ||
ErrorCode2["SCRIPT_REVERTED"] = "script-reverted"; | ||
ErrorCode2["SCRIPT_RETURN_INVALID_TYPE"] = "script-return-invalid-type"; | ||
return ErrorCode2; | ||
@@ -89,0 +96,0 @@ })(ErrorCode || {}); |
@@ -28,2 +28,4 @@ "use strict"; | ||
ErrorCode2["BIN_FILE_NOT_FOUND"] = "bin-file-not-found"; | ||
ErrorCode2["CODER_NOT_FOUND"] = "coder-not-found"; | ||
ErrorCode2["FUNCTION_NOT_FOUND"] = "function-not-found"; | ||
ErrorCode2["INVALID_BECH32_ADDRESS"] = "invalid-bech32-address"; | ||
@@ -37,2 +39,4 @@ ErrorCode2["INVALID_URL"] = "invalid-url"; | ||
ErrorCode2["PARSE_FAILED"] = "parse-failed"; | ||
ErrorCode2["ENCODE_ERROR"] = "encode-error"; | ||
ErrorCode2["DECODE_ERROR"] = "decode-error"; | ||
ErrorCode2["INVALID_CREDENTIALS"] = "invalid-credentials"; | ||
@@ -64,2 +68,3 @@ ErrorCode2["ENV_DEPENDENCY_MISSING"] = "env-dependency-missing"; | ||
ErrorCode2["INVALID_PASSWORD"] = "invalid-password"; | ||
ErrorCode2["ACCOUNT_REQUIRED"] = "account-required"; | ||
ErrorCode2["LATEST_BLOCK_UNAVAILABLE"] = "latest-block-unavailable"; | ||
@@ -69,2 +74,4 @@ ErrorCode2["ERROR_BUILDING_BLOCK_EXPLORER_URL"] = "error-building-block-explorer-url"; | ||
ErrorCode2["INVALID_MULTICALL"] = "invalid-multicall"; | ||
ErrorCode2["SCRIPT_REVERTED"] = "script-reverted"; | ||
ErrorCode2["SCRIPT_RETURN_INVALID_TYPE"] = "script-return-invalid-type"; | ||
return ErrorCode2; | ||
@@ -71,0 +78,0 @@ })(ErrorCode || {}); |
@@ -53,2 +53,4 @@ "use strict"; | ||
ErrorCode2["BIN_FILE_NOT_FOUND"] = "bin-file-not-found"; | ||
ErrorCode2["CODER_NOT_FOUND"] = "coder-not-found"; | ||
ErrorCode2["FUNCTION_NOT_FOUND"] = "function-not-found"; | ||
ErrorCode2["INVALID_BECH32_ADDRESS"] = "invalid-bech32-address"; | ||
@@ -62,2 +64,4 @@ ErrorCode2["INVALID_URL"] = "invalid-url"; | ||
ErrorCode2["PARSE_FAILED"] = "parse-failed"; | ||
ErrorCode2["ENCODE_ERROR"] = "encode-error"; | ||
ErrorCode2["DECODE_ERROR"] = "decode-error"; | ||
ErrorCode2["INVALID_CREDENTIALS"] = "invalid-credentials"; | ||
@@ -89,2 +93,3 @@ ErrorCode2["ENV_DEPENDENCY_MISSING"] = "env-dependency-missing"; | ||
ErrorCode2["INVALID_PASSWORD"] = "invalid-password"; | ||
ErrorCode2["ACCOUNT_REQUIRED"] = "account-required"; | ||
ErrorCode2["LATEST_BLOCK_UNAVAILABLE"] = "latest-block-unavailable"; | ||
@@ -94,2 +99,4 @@ ErrorCode2["ERROR_BUILDING_BLOCK_EXPLORER_URL"] = "error-building-block-explorer-url"; | ||
ErrorCode2["INVALID_MULTICALL"] = "invalid-multicall"; | ||
ErrorCode2["SCRIPT_REVERTED"] = "script-reverted"; | ||
ErrorCode2["SCRIPT_RETURN_INVALID_TYPE"] = "script-return-invalid-type"; | ||
return ErrorCode2; | ||
@@ -96,0 +103,0 @@ })(ErrorCode || {}); |
{ | ||
"name": "@fuel-ts/errors", | ||
"version": "0.0.0-next-20230921155811", | ||
"version": "0.0.0-next-20230921174802", | ||
"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-20230921155811" | ||
"@fuel-ts/versions": "0.0.0-next-20230921174802" | ||
}, | ||
@@ -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
95733
768
+ Added@fuel-ts/versions@0.0.0-next-20230921174802(transitive)
- Removed@fuel-ts/versions@0.0.0-next-20230921155811(transitive)