Menu

#2143 osaf: Add an saAisStrError(SaAisErrorT) function

5.21.09
fixed
None
enhancement
osaf
-
minor
False
2021-09-14
2016-10-27
No

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.

Related

Tickets: #3272
Wiki: ChangeLog-5.21.09

Discussion

  • Anders Widell

    Anders Widell - 2017-01-30
    • Milestone: 5.2.FC --> future
     
  • Surbhi Tripathi

    Surbhi Tripathi - 2021-07-06
    • assigned_to: Anders Widell --> Surbhi Tripathi
    • Blocker: --> False
     
  • Surbhi Tripathi

    Surbhi Tripathi - 2021-07-10
    • status: assigned --> review
     
  • Surbhi Tripathi

    Surbhi Tripathi - 2021-07-22
    • status: review --> fixed
    • Milestone: future --> 5.21.10
     
  • Surbhi Tripathi

    Surbhi Tripathi - 2021-07-22

    commit 7343260a182b7fc06877e50e588f86ecaa7e1901 (HEAD -> develop, origin/develop)
    Author: Surbhi Tripathi Surbhi.tripathi@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
    
     

Log in to post a comment.