# 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.
DropletNotFoundError is returned when an endpoint cannot find the specified application.
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.
JobFailedError 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
NilObjectError gets returned when passed a nil object as a parameter.
NotStagedError is returned when requesting instance information from a not staged app.
PipeSeekError is returned by Pipebomb when a Seek is called.
ProcessNotFoundError is returned when an endpoint cannot find the specified process.
RawHTTPStatusError represents any response with a 4xx or 5xx status code.
RequestError represents a generic error encountered while performing the HTTP request.
ResourceNotFoundError is returned when the client requests a resource that does not exist or does not have permissions to see.
ServiceBindingTakenError is returned when creating a service binding that already exists.
ServiceUnavailableError wraps a http 503 error.
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.
No description provided by the author
V2ErrorResponse represents a generic Cloud Controller V2 error response.
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.
V3UnexpectedResponseError is returned when the client gets an error that has not been accounted for.