Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CatalogNotFound ¶
type CatalogNotFound struct {
// contains filtered or unexported fields
}
CatalogNotFound error raised if tenant cloud not found
func NewCatalogNotFound ¶
func NewCatalogNotFound(errMsg string) *CatalogNotFound
func (*CatalogNotFound) Error ¶
func (m *CatalogNotFound) Error() string
type DatastoreNotFound ¶
type DatastoreNotFound struct {
// contains filtered or unexported fields
}
func NewDatastoreNotFound ¶
func NewDatastoreNotFound(errMsg string) *DatastoreNotFound
func (*DatastoreNotFound) Error ¶
func (e *DatastoreNotFound) Error() string
type ExtensionsNotFound ¶
type ExtensionsNotFound struct {
// contains filtered or unexported fields
}
func NewExtensionsNotFound ¶
func NewExtensionsNotFound(errMsg string) *ExtensionsNotFound
func (*ExtensionsNotFound) Error ¶
func (m *ExtensionsNotFound) Error() string
type FileNotFound ¶
type FileNotFound struct {
// contains filtered or unexported fields
}
func NewFileNotFound ¶
func NewFileNotFound(errMsg string) *FileNotFound
func (*FileNotFound) Error ¶
func (e *FileNotFound) Error() string
type InvalidArgument ¶
type InvalidArgument struct {
// contains filtered or unexported fields
}
func NewInvalidArgument ¶
func NewInvalidArgument(errMsg string) *InvalidArgument
func (*InvalidArgument) Error ¶
func (e *InvalidArgument) Error() string
type InvalidSpec ¶
type InvalidSpec struct {
// contains filtered or unexported fields
}
func NewInvalidSpec ¶
func NewInvalidSpec(errMsg string) *InvalidSpec
func (*InvalidSpec) Error ¶
func (e *InvalidSpec) Error() string
type InvalidTaskId ¶
type InvalidTaskId struct {
// contains filtered or unexported fields
}
InvalidTaskId error must returned if client supplied incorrect task id
func NewInvalidTaskId ¶
func NewInvalidTaskId(errMsg string) *InvalidTaskId
func (*InvalidTaskId) Error ¶
func (m *InvalidTaskId) Error() string
type InvalidVimFormat ¶
type InvalidVimFormat struct {
// contains filtered or unexported fields
}
InvalidVimFormat error must returned if client supplied incorrect format for vim ID
func (*InvalidVimFormat) Error ¶
func (m *InvalidVimFormat) Error() string
type TemplateInvalidType ¶
type TemplateInvalidType struct {
// contains filtered or unexported fields
}
func NewTemplateInvalidType ¶
func NewTemplateInvalidType(errMsg string) *TemplateInvalidType
func (*TemplateInvalidType) Error ¶
func (e *TemplateInvalidType) Error() string
type TemplateNotFound ¶
type TemplateNotFound struct {
// contains filtered or unexported fields
}
func NewTemplateNotFound ¶
func NewTemplateNotFound(errMsg string) *TemplateNotFound
func (*TemplateNotFound) Error ¶
func (e *TemplateNotFound) Error() string
type TenantNotFound ¶
type TenantNotFound struct {
// contains filtered or unexported fields
}
func NewTenantNotFound ¶
func NewTenantNotFound(errMsg string) *TenantNotFound
func (*TenantNotFound) Error ¶
func (e *TenantNotFound) Error() string
type VimNotFound ¶
type VimNotFound struct {
// contains filtered or unexported fields
}
func NewVimNotFound ¶
func NewVimNotFound(errMsg string) *VimNotFound
func (*VimNotFound) Error ¶
func (e *VimNotFound) Error() string
Click to show internal directories.
Click to hide internal directories.