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
Ran into an issue here, where the rest call is returning a 200 code, but with an error message:
RawError: {"code":"SnapshotsLimitReached, "message": "The incremental snapshot count was exceeded the limit for disk REDACTED. Please delete an incremental snapshot before creating another one."}
Would be great if this could check the response for an error and log the error at error level, as opposed to debug
The text was updated successfully, but these errors were encountered:
python/kubernetes/client/rest.py
Lines 226 to 235 in 7a278c7
Ran into an issue here, where the rest call is returning a 200 code, but with an error message:
RawError: {"code":"SnapshotsLimitReached, "message": "The incremental snapshot count was exceeded the limit for disk REDACTED. Please delete an incremental snapshot before creating another one."}
Would be great if this could check the response for an error and log the error at error level, as opposed to debug
The text was updated successfully, but these errors were encountered: