aboutsummaryrefslogtreecommitdiffstats
path: root/src/types.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.ts')
-rw-r--r--src/types.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/types.ts b/src/types.ts
index 86d71a0f0..2686c140a 100644
--- a/src/types.ts
+++ b/src/types.ts
@@ -98,6 +98,10 @@ export const FillOrderValidationErrs = strEnum([
'FILL_AMOUNT_IS_ZERO',
'NOT_A_TAKER',
'EXPIRED',
+ 'NOT_ENOUGH_TAKER_BALANCE',
+ 'NOT_ENOUGH_TAKER_ALLOWANCE',
+ 'NOT_ENOUGH_MAKER_BALANCE',
+ 'NOT_ENOUGH_MAKER_ALLOWANCE',
]);
export type FillOrderValidationErrs = keyof typeof FillOrderValidationErrs;