github.com/DaAlbrecht/cf-cli@v0.0.0-20231128151943-1fe19bb400b9/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  }