zeroshade commented on issue #1818: URL: https://github.com/apache/arrow-adbc/issues/1818#issuecomment-2094460893
In the `AdbcErrorDetail` struct, the `key` member should always be a null-terminated valid string, so that's easy enough to display. The details themselves are simply key-value metadata pairs relating to the Error which could be specific to the driver. Personally, I wouldn't give a default implementation that displays it to the user and just let consumers of `AdbcError` decide if they want to retrieve the details, and if so, how they want to handle the values. In the worst case, you could simply base64 or hex encode the value? -- 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]
