Print

Print


@bbockelm commented on this pull request.


In src/XrdOss/XrdOss.hh:

> +//! Return advanced error information about the last error encountered by
+//! this object.  Only invoked if the XrdOSS indicates it has feature XRDOSS_AERR
+//! The advanced error feature provides the ability for more error information
+//! than is possible from the typical error code (e.g., unstructured error
+//! messages).
+//!
+//! @return Error object associated with the last error.  Caller does not own
+//! the returned memory.  Lifetime of the returned object is only guaranteed
+//! until the next method call.  May return nullptr even if an error occurred.
+//-----------------------------------------------------------------------------
+
+#if XRDOSS_ERR
+virtual const XrdOucErrInfo *getError() const;
+#else
+const XrdOucErrInfo *getError() const;
+#endif

Is it clear when the next major version is expected? The level of ugly hacks would likely be different if it's immediately after 5.6 versus waiting until 2024...


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <xrootd/xrootd/pull/1913/review/1310421758@github.com>

[ { "@context": "http://schema.org", "@type": "EmailMessage", "potentialAction": { "@type": "ViewAction", "target": "https://github.com/xrootd/xrootd/pull/1913#discussion_r1115087079", "url": "https://github.com/xrootd/xrootd/pull/1913#discussion_r1115087079", "name": "View Pull Request" }, "description": "View this Pull Request on GitHub", "publisher": { "@type": "Organization", "name": "GitHub", "url": "https://github.com" } } ]

Use REPLY-ALL to reply to list

To unsubscribe from the XROOTD-DEV list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=XROOTD-DEV&A=1