Versions in this module Expand all Collapse all v8 v8.4.4 Aug 24, 2022 v8.4.3 Aug 24, 2022 Changes in this version + const BadQueryParameter + const BuildpackNameStackTaken + const BuildpackNameTaken + const InstancesError + const InvalidRelation + const MessageParseError + const NotAuthorized + const NotStaged + const OrganizationNameTaken + const QuotaDefinitionNameTaken + const SecurityGroupNameTaken + const ServiceBindingAppServiceTaken + const ServiceInstanceAlreadyBoundToSameRoute + const ServiceInstanceNameTaken + const ServiceKeyNameTaken + const SpaceNameTaken + const StackUnique + const UnbindableService + const UserNotFound + func New(message string) error + func NewAmbiguousModelError(modelType, name string) error + func NewAsyncTimeoutError(url string) error + func NewCurlHTTPError(statusCode int) error + func NewEmptyDirError(dir string) error + func NewHTTPError(statusCode int, code string, description string) error + func NewInvalidTokenError(description string) error + func NewModelNotFoundError(modelType, name string) error + func NewNotAuthorizedError() error + func NewServiceAssociationError() error + func NewUnbindableServiceError() error + type AccessDeniedError struct + func NewAccessDeniedError() *AccessDeniedError + func (err *AccessDeniedError) Error() string + type AmbiguousModelError struct + ModelName string + ModelType string + func (err *AmbiguousModelError) Error() string + type AsyncTimeoutError struct + func (err *AsyncTimeoutError) Error() string + type CurlHTTPError struct + StatusCode int + func (err CurlHTTPError) Error() string + type EmptyDirError struct + func (err *EmptyDirError) Error() string + type Exception struct + DisplayCrashDialog bool + Message string + type HTTPError interface + Error func() string + ErrorCode func() string + StatusCode func() int + type HTTPNotFoundError struct + func (err *HTTPNotFoundError) Error() string + func (err *HTTPNotFoundError) ErrorCode() string + func (err *HTTPNotFoundError) StatusCode() int + type InvalidSSLCert struct + Reason string + URL string + func NewInvalidSSLCert(url, reason string) *InvalidSSLCert + func (err *InvalidSSLCert) Error() string + type InvalidTokenError struct + func (err *InvalidTokenError) Error() string + type ModelAlreadyExistsError struct + ModelName string + ModelType string + func NewModelAlreadyExistsError(modelType, name string) *ModelAlreadyExistsError + func (err *ModelAlreadyExistsError) Error() string + type ModelNotFoundError struct + ModelName string + ModelType string + func (err *ModelNotFoundError) Error() string + type NotAuthorizedError struct + func (err *NotAuthorizedError) Error() string + type ServiceAssociationError struct + func (err *ServiceAssociationError) Error() string + type UnbindableServiceError struct + func (err *UnbindableServiceError) Error() string Other modules containing this package github.com/LukasHeimann/cloudfoundrycli