What does the Error "Move abort 0x6000d" means? Why custom asserts are not working ? #115
-
I have placed a few custom error checks with assert |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
You want to know which account address is responsible for the error (because the SeniorCapabilities resource doesn't exist in that account). Is this an accurate description of what you're trying to achieve? Could you provide a code snippet where you encountered this error, and/or share the transaction hash if the error was observed in a failed transaction? |
Beta Was this translation helpful? Give feedback.
-
Error messagesError messages will only show up if you put a doc comment above the constant: /// My error message will show up
const E_MY_ERROR: u64 = 1; Which SDK, CLI or tool are you using that is giving you this error, and what version is it? |
Beta Was this translation helpful? Give feedback.
Error messages
Error messages will only show up if you put a doc comment above the constant:
Which SDK, CLI or tool are you using that is giving you this error, and what version is it?