summaryrefslogtreecommitdiff
path: root/releasenotes/notes/consider_embedded_ipa_error_codes-c8fdfaa9e6a1ed06.yaml
blob: 0f4ee2d5122c692f174204431a612384f6f2adf5 (plain)
1
2
3
4
5
6
7
8
9
---
fixes:
  - |
    Fixes an issue in the ``ironic-python-agent`` client code
    where a command exception may not be captured in the interaction
    with the agent rest API. The client code would return the resulting
    error message and a static error code. We now look with-in the error
    to detect if the error may be a compatability error to raise the
    appropriate exception for fallback logic to engage.