You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: improve status code extraction from API client error messages
Bug fix for index-out-of-bounds error when attempting to parse the status message string for status code and the delimiter "Status" is not found.
extract_status_code_from_error returns None if the delimiter is not found or an invalid status code is given in the error message
0 commit comments