aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/constants/error-keys.js
blob: 1b89be62e7627c179e24df67adcec12f16b4a28b (plain) (blame)
1
2
3
export const INSUFFICIENT_FUNDS_ERROR_KEY = 'insufficientFunds'
export const GAS_LIMIT_TOO_LOW_ERROR_KEY = 'gasLimitTooLow'
export const TRANSACTION_ERROR = 'transactionError'