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
The container build status REST endpoint only makes sense for containers that were built by the container service. Right now if the endpoint is invoked on a manually created container it throws a ContainerNotFound exception which is not exactly correct or easy to make sense of.
Approach
Create a new exception class ContainerStatusNotValid to report this correctly
The text was updated successfully, but these errors were encountered:
Problem
The container build status REST endpoint only makes sense for containers that were built by the container service. Right now if the endpoint is invoked on a manually created container it throws a
ContainerNotFound
exception which is not exactly correct or easy to make sense of.Approach
Create a new exception class
ContainerStatusNotValid
to report this correctlyThe text was updated successfully, but these errors were encountered: