github.com/vnpaycloud-console/gophercloud/v2@v2.0.5/openstack/compute/apiversions/errors.go (about)

     1  package apiversions
     2  
     3  // ErrVersionNotFound is the error when the requested API version
     4  // could not be found.
     5  type ErrVersionNotFound struct{}
     6  
     7  func (e ErrVersionNotFound) Error() string {
     8  	return "Unable to find requested API version"
     9  }