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
Powerstrips should return a message to the docker client that made the request informing the request couldn't be completed if one of the adapters fail.
I propose that message to be showed would be a string from the adapter that would be present in ModifiedClientRequest.Body
The text was updated successfully, but these errors were encountered:
Agreed - a message and a 5xx status code should end up at the docker client. I think we should send the message back in the same format that the normal docker server sends its errors.
ModifiedClientRequest.Body is for normal operations - I think if there is an error, a 500 status and a string that is however the docker server formats its errors - JSON or plaintext?
Powerstrips should return a message to the docker client that made the request informing the request couldn't be completed if one of the adapters fail.
I propose that message to be showed would be a string from the adapter that would be present in ModifiedClientRequest.Body
The text was updated successfully, but these errors were encountered: