Versions in this module Expand all Collapse all v8 v8.17.0 Nov 18, 2025 Changes in this version + type APINotFoundError struct + URL string + func (e APINotFoundError) Error() string + type ApplicationNotFoundError struct + Name string + func (e ApplicationNotFoundError) Error() string + type ApplicationStoppedStatsError struct + Message string + func (e ApplicationStoppedStatsError) Error() string + type BadRequestError struct + Message string + func (e BadRequestError) Error() string + type BuildpackAlreadyExistsForStackError struct + Message string + func (e BuildpackAlreadyExistsForStackError) Error() string + type BuildpackInvalidError struct + Message string + func (e BuildpackInvalidError) Error() string + type BuildpackNameTakenError struct + Message string + func (e BuildpackNameTakenError) Error() string + type BuildpackStackDoesNotExistError struct + Message string + func (e BuildpackStackDoesNotExistError) Error() string + type BuildpackStacksDontMatchError struct + Message string + func (e BuildpackStacksDontMatchError) Error() string + type BuildpackZipInvalidError struct + Message string + func (e BuildpackZipInvalidError) Error() string + type DeploymentNotFoundError struct + func (e DeploymentNotFoundError) Error() string + type DropletNotFoundError struct + func (e DropletNotFoundError) Error() string + type FeatureFlagNotFoundError struct + func (e FeatureFlagNotFoundError) Error() string + type ForbiddenError struct + Message string + func (e ForbiddenError) Error() string + type InstanceNotFoundError struct + func (e InstanceNotFoundError) Error() string + type InstancesError struct + Message string + func (e InstancesError) Error() string + type InvalidAuthTokenError struct + Message string + func (e InvalidAuthTokenError) Error() string + type InvalidBuildpackError struct + func (e InvalidBuildpackError) Error() string + type InvalidRelationError struct + Message string + func (e InvalidRelationError) Error() string + type InvalidStartError struct + func (e InvalidStartError) Error() string + type InvalidStateError struct + func (e InvalidStateError) Error() string + type JobFailedNoErrorError struct + JobGUID string + func (e JobFailedNoErrorError) Error() string + type JobTimeoutError struct + JobGUID string + Timeout time.Duration + func (e JobTimeoutError) Error() string + type MinimumAPIVersionNotMetError struct + CurrentVersion string + MinimumVersion string + func (e MinimumAPIVersionNotMetError) Error() string + type MultiError struct + Errors []V3Error + ResponseCode int + func (e MultiError) Details() []string + func (e MultiError) Error() string + type NameNotUniqueInOrgError struct + func (e NameNotUniqueInOrgError) Error() string + type NameNotUniqueInSpaceError struct + type NilObjectError struct + Object string + func (e NilObjectError) Error() string + type NotStagedError struct + Message string + func (e NotStagedError) Error() string + type OrganizationNameTakenError struct + type PipeSeekError struct + Err error + func (e PipeSeekError) Error() string + type ProcessNotFoundError struct + func (e ProcessNotFoundError) Error() string + type QuotaAlreadyExists struct + Message string + func (e QuotaAlreadyExists) Error() string + type RawHTTPStatusError struct + RawResponse []byte + RequestIDs []string + StatusCode int + func (r RawHTTPStatusError) Error() string + type RequestError struct + Err error + func (e RequestError) Error() string + type ResourceAlreadyExistsError struct + Message string + func (e ResourceAlreadyExistsError) Error() string + type ResourceNotFoundError struct + Message string + func (e ResourceNotFoundError) Error() string + type RoleAlreadyExistsError struct + type RouteNotUniqueError struct + type SSLValidationHostnameError struct + Message string + func (e SSLValidationHostnameError) Error() string + type SecurityGroupAlreadyExists struct + Message string + func (e SecurityGroupAlreadyExists) Error() string + type SecurityGroupNotBound struct + Message string + func (e SecurityGroupNotBound) Error() string + type ServiceBindingTakenError struct + Message string + func (e ServiceBindingTakenError) Error() string + type ServiceBrokerBadResponseError struct + Message string + func (e ServiceBrokerBadResponseError) Error() string + type ServiceBrokerCatalogInvalidError struct + Message string + func (e ServiceBrokerCatalogInvalidError) Error() string + type ServiceBrokerRequestRejectedError struct + Message string + func (e ServiceBrokerRequestRejectedError) Error() string + type ServiceInstanceAlreadySharedError struct + Message string + func (e ServiceInstanceAlreadySharedError) Error() string + type ServiceInstanceNameTakenError struct + Message string + func (e ServiceInstanceNameTakenError) Error() string + type ServiceInstanceNotFoundError struct + Name string + SpaceGUID string + func (e ServiceInstanceNotFoundError) Error() string + type ServiceInstanceOperationInProgressError struct + Message string + func (e ServiceInstanceOperationInProgressError) Error() string + type ServiceInstanceParametersFetchNotSupportedError struct + Message string + func (e ServiceInstanceParametersFetchNotSupportedError) Error() string + type ServiceKeyTakenError struct + Message string + func (e ServiceKeyTakenError) Error() string + type ServiceOfferingNameAmbiguityError struct + ServiceBrokerNames []string + ServiceOfferingName string + func (e ServiceOfferingNameAmbiguityError) Error() string + type ServiceOfferingNotFoundError struct + ServiceBrokerName string + ServiceOfferingName string + func (e ServiceOfferingNotFoundError) Error() string + type ServicePlanNotFound struct + func (ServicePlanNotFound) Error() string + type ServicePlanVisibilityExistsError struct + Message string + func (e ServicePlanVisibilityExistsError) Error() string + type ServiceUnavailableError struct + Message string + func (e ServiceUnavailableError) Error() string + type SpaceNameTakenError struct + Message string + func (e SpaceNameTakenError) Error() string + type TaskWorkersUnavailableError struct + Message string + func (e TaskWorkersUnavailableError) Error() string + type UnauthorizedError struct + Message string + func (e UnauthorizedError) Error() string + type UnknownHTTPSourceError struct + RawResponse []byte + StatusCode int + func (r UnknownHTTPSourceError) Error() string + type UnknownObjectInListError struct + Expected interface{} + Unexpected interface{} + func (e UnknownObjectInListError) Error() string + type UnprocessableEntityError struct + Message string + func (e UnprocessableEntityError) Error() string + type UnverifiedServerError struct + URL string + func (UnverifiedServerError) Error() string + type UserNotFoundError struct + Origin string + Username string + func (e UserNotFoundError) Error() string + type V2ErrorResponse struct + Code int + Description string + ErrorCode string + type V2JobFailedError struct + JobGUID string + Message string + func (e V2JobFailedError) Error() string + type V2UnexpectedResponseError struct + RequestIDs []string + ResponseCode int + func (e V2UnexpectedResponseError) Error() string + type V3Error struct + Code int64 + Detail string + Title string + type V3ErrorResponse struct + Errors []V3Error + type V3JobFailedError struct + Code constant.JobErrorCode + Detail string + JobGUID string + Title string + func (e V3JobFailedError) Error() string + type V3UnexpectedResponseError struct + RequestIDs []string + ResponseCode int + func (e V3UnexpectedResponseError) Error() string Other modules containing this package code.cloudfoundry.org/cli