[mimetic-users] Regarding Error handling
Brought to you by:
tat0o
|
From: Asmitha K. <asm...@gm...> - 2020-07-20 10:31:05
|
Hi All, I have a query regarding the *error handling *cases in mimetic library. My use case was, having a multipart content in a string and I am using this library to parse this string to get the multiple contents and do some manipulations with each of the files in the multipart content. I found that there were no errors thrown in cases like: 1. When there is no end boundary (the library successfully completes the parsing without errors) 2. When there is a wrong boundary (I think this cannot be handled, as this might be considered as the actual content and not boundary) -- So Is there any way to actually tell if its a failed parse or a successful one? Could someone please help me with this? -- Thanks & Regards, Asmitha Karunanithi |