eosio-java icon indicating copy to clipboard operation
eosio-java copied to clipboard

{"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"}]}}

Open Ruk1ng001 opened this issue 4 years ago • 0 comments

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.

Ruk1ng001 avatar Jun 29 '21 11:06 Ruk1ng001