github.com/sleungcy/cli@v7.1.0+incompatible/api/cloudcontroller/ccerror/invalid_start_error.go (about) 1 package ccerror 2 3 type InvalidStartError struct { 4 } 5 6 func (e InvalidStartError) Error() string { 7 return "App cannot start without a package to stage or a droplet to run." 8 }