func NewVolumePendingError()

in pkg/common/const.go [24:26]


func NewVolumePendingError(err error) error {
	return &VolumePendingError{err}
}