github.com/sleungcy/cli@v7.1.0+incompatible/api/cloudcontroller/ccerror/invalid_state_error.go (about)

     1  package ccerror
     2  
     3  type InvalidStateError struct {
     4  }
     5  
     6  func (e InvalidStateError) Error() string {
     7  	return "Cannot stage package unless its state is 'READY'."
     8  }