error.go 185 B

123456
  1. package errors
  2. // This file contains all of the errors that can be generated from the
  3. // docker engine but are not tied to any specific top-level component.
  4. const errGroup = "engine"