ambitus / pyracf

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

Bug Report: SecurityRequestError Doc references out of date #61

Closed ElijahSwiftIBM closed 5 months ago

ElijahSwiftIBM commented 5 months ago

Describe the bug Documentation error in 1.0b3. Numerous functions document SecurityRequestError as

RaisesSecurityRequestErrorwhen 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.

To Reproduce N/A

Expected behavior Change documentation to

RaisesSecurityRequestErrorwhen the **Return Code** of a **Security Result** returned by IRRSMO00 is equal to4``

also include comparable documentation for DownstreamFatalError

Console Output N/A

lcarcaramo commented 5 months ago

Resolved by #62