Documentation
¶
Index ¶
Constants ¶
View Source
const (
CodeConfigNotFound = "CONFIG_NOT_FOUND"
)
Variables ¶
View Source
var ( ErrorBadRegistryURL = errors.New("The image URL must have 3 components in the format of " + global.ReplicateRegistryHost + "/your-username/your-model") ErrorBadRegistryHost = errors.New("The image name must have the " + global.ReplicateRegistryHost + " prefix when using fast: true in cog.yaml.") )
Functions ¶
func IsConfigNotFound ¶
Types ¶
type CodedError ¶
type CodedError interface {
Code() string
}
Click to show internal directories.
Click to hide internal directories.