ambitus / pyracf

Python interface to the RACF Command interface.
https://ambitus.github.io/pyracf/
Apache License 2.0
10 stars 4 forks source link

Update function error references #62

Closed ElijahSwiftIBM closed 5 months ago

ElijahSwiftIBM commented 5 months ago

-Change SecurityRequestError references within documented functions to correct misleading RC information -Add references to DownstreamFatalError in all functions capable of returning SecurityRequestError

:bulb: Issue Reference

Issue: #61

:computer: What does this address?

Documentation error in 1.0b3. Numerous functions document SecurityRequestError as

Raises SecurityRequestErrorwhen the Return Code of a Security Result returned by IRRSMO00 is NOT equal to0``

This needs to be updated and all functions capable of raising SecurityRequestError in this way can also raise DownstreamFatalError as well.

:pager: Implementation Details

N/A

:clipboard: Is there a test case?

N/A