Commit 0c4e4d8
committed
feat: add message field to TagResultsItem
Add optional message field to TagResultsItem class to expose error
messages returned by the GhoST Tags API when tagging operations fail.
Changes:
- Add message parameter to class docstring
- Add message parameter to __init__ method
- Add message field assignment in __init__
- Add message extraction in from_dict method
Related to task #29830
Signed-off-by: Stefano Roberto Mollica <stefano.mollica@it.ibm.com>1 parent b9c87e6 commit 0c4e4d8
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1628 | 1628 | | |
1629 | 1629 | | |
1630 | 1630 | | |
| 1631 | + | |
1631 | 1632 | | |
1632 | 1633 | | |
1633 | 1634 | | |
1634 | 1635 | | |
1635 | 1636 | | |
1636 | 1637 | | |
1637 | 1638 | | |
| 1639 | + | |
1638 | 1640 | | |
1639 | 1641 | | |
1640 | 1642 | | |
1641 | 1643 | | |
1642 | 1644 | | |
1643 | 1645 | | |
1644 | 1646 | | |
| 1647 | + | |
1645 | 1648 | | |
1646 | 1649 | | |
1647 | 1650 | | |
| 1651 | + | |
1648 | 1652 | | |
1649 | 1653 | | |
1650 | 1654 | | |
| |||
1656 | 1660 | | |
1657 | 1661 | | |
1658 | 1662 | | |
| 1663 | + | |
| 1664 | + | |
1659 | 1665 | | |
1660 | 1666 | | |
1661 | 1667 | | |
| |||
0 commit comments