You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
matchstore_new_thing(serialized){Ok(_) => println!("store new thing succeed"),Err(error) => panic!("Failed to save new thing: {:?}", error),}
I got this output but I want to check the reason. So how can I access for instance the severity or message or routine... println!("{}", error.causes()) returns None and the function is deprecated.
Hi,
I got stuck to figure out how to get detailed postgresql error message.
function to store data into postgres:
usage
I got this output but I want to check the reason. So how can I access for instance the
severity
ormessage
orroutine
...println!("{}", error.causes())
returns None and the function is deprecated.The text was updated successfully, but these errors were encountered: