pkg/deploy/lattice/error.go (6 lines of code) (raw):

package lattice import "errors" const ( LATTICE_RETRY = "LATTICE_RETRY" ) var RetryErr = errors.New(LATTICE_RETRY)