api

package
v0.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 28, 2014 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewDiskNotAttachedError

func NewDiskNotAttachedError(vmID, diskID string) diskNotAttachedError

func NewDiskNotFoundError

func NewDiskNotFoundError(diskID string) diskNotFoundError

func NewVMNotFoundError

func NewVMNotFoundError(vmID string) vmNotFoundError

Types

type CloudError

type CloudError interface {
	error

	Type() string
}

type NoDiskSpaceError

type NoDiskSpaceError struct{}

-

func (NoDiskSpaceError) CanRetry

func (e NoDiskSpaceError) CanRetry() bool

func (NoDiskSpaceError) Error

func (e NoDiskSpaceError) Error() string

func (NoDiskSpaceError) Type

func (e NoDiskSpaceError) Type() string

type NotSupportedError

type NotSupportedError struct{}

-

func (NotSupportedError) Error

func (e NotSupportedError) Error() string

func (NotSupportedError) Type

func (e NotSupportedError) Type() string

type RetryableError

type RetryableError interface {
	error

	CanRetry() bool
}

type VMCreationFailedError

type VMCreationFailedError struct{}

-

func (VMCreationFailedError) CanRetry

func (e VMCreationFailedError) CanRetry() bool

func (VMCreationFailedError) Error

func (e VMCreationFailedError) Error() string

func (VMCreationFailedError) Type

func (e VMCreationFailedError) Type() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL