Documentation ¶
Overview ¶
Package shared should not be imported by external consumers. It was not designed for external use.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleError ¶
Types ¶
type JobFailedError ¶
func (JobFailedError) Error ¶
func (e JobFailedError) Error() string
type JobTimeoutError ¶
func (JobTimeoutError) Error ¶
func (e JobTimeoutError) Error() string
type NoOrganizationTargetedError ¶
type NoOrganizationTargetedError struct{}
func (NoOrganizationTargetedError) Error ¶
func (e NoOrganizationTargetedError) Error() string
type OrganizationNotFoundError ¶
type OrganizationNotFoundError struct {
Name string
}
func (OrganizationNotFoundError) Error ¶
func (e OrganizationNotFoundError) Error() string
type SpaceNotFoundError ¶
type SpaceNotFoundError struct {
Name string
}
func (SpaceNotFoundError) Error ¶
func (e SpaceNotFoundError) Error() string
Click to show internal directories.
Click to hide internal directories.