This repository was archived by the owner on Aug 30, 2022. It is now read-only.

Description
Hello, I assert a error in my contract check(iterator != filelog.end(), "Record id does not exist");
How should I to get this error, I can see it in logs. But I don't know how to catch it.
{"code":500,"message":"Internal Service Error","error":{"code":3050003,"name":"eosio_assert_message_exception","what":"eosio_assert_message assertion failure","details":[{"message":"assertion failure with message: Record id has exist","file":"wasm_interface.cpp","line_number":1075,"method":"eosio_assert"}]}}
Please help me, my friends.