github.com/vnpaycloud-console/gophercloud/v2@v2.0.5/openstack/container/v1/capsules/errors.go (about)

     1  package capsules
     2  
     3  import (
     4  	"github.com/vnpaycloud-console/gophercloud/v2"
     5  )
     6  
     7  type ErrInvalidDataFormat struct {
     8  	gophercloud.BaseError
     9  }
    10  
    11  func (e ErrInvalidDataFormat) Error() string {
    12  	return "Data in neither json nor yaml format."
    13  }