commit 7343260a182b7fc06877e50e588f86ecaa7e1901 (HEAD -> develop, 
origin/develop)
Author: Surbhi Tripathi <surbhi.tripa...@dektech.com.au>
Date:   Mon Jul 12 13:10:20 2021 +1000

    osaf: Added an saAisStrError(SaAisErrorT) function [#2143]
    
    Added a new public AIS function to  return human-readable
    error strings for AIS error numbers



---

** [tickets:#2143] osaf: Add an saAisStrError(SaAisErrorT) function**

**Status:** fixed
**Milestone:** 5.21.10
**Created:** Thu Oct 27, 2016 01:02 PM UTC by Anders Widell
**Last Updated:** Thu Jul 22, 2021 01:22 AM UTC
**Owner:** Surbhi Tripathi


Add a new AIS function:

~~~
SaConstStringT saAisStrError(SaAisErrorT error_number);
~~~

It should be analogous to the POSIX strerror() function, but return 
human-readable error strings for AIS error numbers. OpenSAF already has an 
internal function called saf_error(), but the idea is to introduce a new public 
AIS functions, as this function is useful also in OpenSAF applications.


---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/opensaf/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/opensaf/admin/tickets/options.  Or, if this is a 
mailing list, you can unsubscribe from the mailing list.
_______________________________________________
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets

Reply via email to