aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/constants/error-keys.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/constants/error-keys.js')
-rw-r--r--ui/app/constants/error-keys.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/app/constants/error-keys.js b/ui/app/constants/error-keys.js
new file mode 100644
index 000000000..1b89be62e
--- /dev/null
+++ b/ui/app/constants/error-keys.js
@@ -0,0 +1,3 @@
+export const INSUFFICIENT_FUNDS_ERROR_KEY = 'insufficientFunds'
+export const GAS_LIMIT_TOO_LOW_ERROR_KEY = 'gasLimitTooLow'
+export const TRANSACTION_ERROR = 'transactionError'