-
From TG What could be the reason for full code:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
0x203ed translates the error into 0x2: 3ed: Error is thrown here which is checking that the user's APT balance can pay the transaction fee (which it looks like it cannot) |
Beta Was this translation helpful? Give feedback.
-
looks like that is error 1005, canot pay gas deposit, you are lack sufficient apt to cover the proposed max transaction fee Can follow this guide on how to debug an error code |
Beta Was this translation helpful? Give feedback.
0x203ed translates the error into
0x2:
OUT_OF_RANGE
3ed:
PROLOGUE_ECANT_PAY_GAS_DEPOSIT
Error is thrown here
which is checking that the user's APT balance can pay the transaction fee (which it looks like it cannot)