E1404 — Insufficient token allowance
| Property | Value |
|---|---|
| Code | 1404 |
| Slug | E1404 |
| Category | token (Token (CIP-20)) |
| CIP | CIP-20 |
What happened
Insufficient token allowance.Why it happened
The spender’s allowance is less than thetransfer_from amount.
How to fix
Calltoken_approve to raise the allowance before calling token_transfer_from.
Receipt example
All Error Codes
View the complete error code reference

