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
I just ran into an issue where I unknowingly passed in bad yaml but got a 200 response back with an error message in the body. Is there documentation around this behavior? Is it enough to check if the response starts with Error: to determine if the request was actually successful or not?
The text was updated successfully, but these errors were encountered:
I just ran into an issue where I unknowingly passed in bad yaml but got a 200 response back with an error message in the body. Is there documentation around this behavior? Is it enough to check if the response starts with
Error:
to determine if the request was actually successful or not?The text was updated successfully, but these errors were encountered: