HeartLinked opened a new issue, #1918:
URL: https://github.com/apache/iceberg-rust/issues/1918

   ### Is your feature request related to a problem or challenge?
   
   Now we only have a simple `deserialize_unexpected_catalog_error` function 
for errors. Adds a comprehensive error handling system for the REST catalog.
   
   ### Describe the solution you'd like
   
   - Introduce an `ErrorHandler` Trait.
   - Implement specific handlers like `NamespaceErrorHandler `.
   - Implement a unified helper in HttpClient to handle the Async IO and JSON 
parsing. 
   
   ### Willingness to contribute
   
   I can contribute to this feature independently


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to