package
8.10.2+incompatible
Repository: https://github.com/cloudfoundry/cli.git
Documentation: pkg.go.dev
# Structs
APINotFoundError is returned when the API endpoint is not found.
ApplicationNotFoundError is returned when an endpoint cannot find the specified application.
ApplicationStoppedStatsError is returned when requesting instance information from a stopped app.
BadRequestError is returned when the server says the request was bad.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
DeploymentNotFoundError is returned when an endpoint cannot find the specified deployment.
DropletNotFoundError is returned when an endpoint cannot find the specified application.
FeatureFlagNotFoundError is returned when the API endpoint is not found.
ForbiddenError is returned when the client is forbidden from executing the request.
InstanceNotFoundError is returned when an endpoint cannot find the specified instance.
InstancesError is returned when requesting instance information encounters an error.
InvalidAuthTokenError is returned when the client has an invalid authorization header.
No description provided by the author
InvalidRelationError is returned when an association between two entities cannot be created.
No description provided by the author
No description provided by the author
V3JobFailedError represents a failed Cloud Controller Job.
JobTimeoutError is returned from PollJob when the OverallPollingTimeout has been reached.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NilObjectError gets returned when passed a nil object as a parameter.
NotStagedError is returned when requesting instance information from a not staged app.
OrganizationNameTakenError is returned when an organization with the requested name already exists in the Cloud Controller.
PipeSeekError is returned by Pipebomb when a Seek is called.
ProcessNotFoundError is returned when an endpoint cannot find the specified process.
No description provided by the author
RawHTTPStatusError represents any response with a 4xx or 5xx status code.
RequestError represents a generic error encountered while performing the HTTP request.
ResourceAlreadyExistsError is returned when a resource cannot be created because an identical resource already exists in the Cloud Controller.
ResourceNotFoundError is returned when the client requests a resource that does not exist or does not have permissions to see.
RoleAlreadyExistsError is returned when a role with the same type, user, and org or space already exists in the Cloud Controller.
No description provided by the author
No description provided by the author
No description provided by the author
ServiceBindingTakenError is returned when creating a service binding that already exists.
ServiceBrokerBadResponseError is returned when CC returns an error of type CF-ServiceBrokerBadResponse.
No description provided by the author
ServiceBrokerRequestRejectedError is returned when CC returns an error of type CF-ServiceBrokerRequestRejected.
ServiceInstanceAlreadySharedError is returned when a service instance is already shared.
ServiceInstanceNameTakenError is returned when creating a service instance that already exists.
ServiceInstanceNotFoundError is returned when an endpoint cannot find the specified service instance.
ServiceInstanceOperationInProgressError is returned when an operation cannot proceed because an operation is already in progress.
ServiceInstanceParametersFetchNotSupportedError is returned when the service instance is user-provided or service instance fetching is not supported for managed instances.
ServiceKeyTakenError is returned when creating a service key that already exists.
No description provided by the author
No description provided by the author
No description provided by the author
ServicePlanVisibilityExistsError is returned when creating a service plan visibility that already exists.
ServiceUnavailableError wraps a http 503 error.
SpaceNameTakenError is returned when creating a space that already exists.
SSLValidationHostnameError replaces x509.HostnameError when the server has SSL certificate that does not match the hostname.
TaskWorkersUnavailableError represents the case when no Diego workers are available.
UnauthorizedError is returned when the client does not have the correct permissions to execute the request.
UnknownHTTPSourceError represents HTTP responses with status code >= 400 that we cannot unmarshal into a {V2,V3}ErrorResponse.
UnknownObjectInListError is returned when iterating through a paginated list.
UnprocessableEntityError is returned when the request cannot be processed by the cloud controller.
UnverifiedServerError replaces x509.UnknownAuthorityError when the server has SSL but the client is unable to verify it's certificate.
UserNotFoundError is returned when a role does not exist.
V2ErrorResponse represents a generic Cloud Controller V2 error response.
V2JobFailedError represents a failed Cloud Controller Job.
V2UnexpectedResponseError is returned when the client gets an error that has not been accounted for.
V3Error represents a cloud controller error.
V3ErrorResponse represents a generic Cloud Controller V3 error response.
V3JobFailedError represents a failed Cloud Controller Job.
V3UnexpectedResponseError is returned when the client gets an error that has not been accounted for.