async-stripe icon indicating copy to clipboard operation
async-stripe copied to clipboard

Please use tracing to output more parser error information

Open i18nsite opened this issue 1 year ago • 1 comments

Now parsing error, only a simple sentence : error parsing event object.

I have to create a project and parse strings with serde_json::from_str to see the specific problem.

Please use tracing to output more parser error information

i18nsite avatar Jan 18 '24 09:01 i18nsite

I have marked this as enhancement and good first issue, thanks for the suggestion! serde doesn't give great errors by default but we could do better here.

arlyon avatar Feb 20 '24 13:02 arlyon