Exception: Docker::API::NotModified

Inherits:
ClientError show all
Defined in:
lib/docker/api/errors.rb,
sig/docker/api/core.rbs

Overview

304 -- the requested change was already true. Docker returns this for, among others, starting an already-running container, which is why it is grouped with the client errors rather than treated as a redirect.

Instance Attribute Summary

Attributes inherited from Error

#operation, #response, #status

Method Summary

Methods inherited from Error

for, #initialize

Constructor Details

This class inherits a constructor from Docker::API::Error