| Exception | Description |
|---|---|
| ServiceBrokerApiVersionException |
Thrown to indicate that the version of the API supported by the broker doesn't match the version
in a request.
|
| ServiceBrokerAsyncRequiredException |
Thrown to indicate that a broker requires
accepts_incomplete to be true to
successfully process a request. |
| ServiceBrokerException |
General exception for underlying broker errors (like connectivity to the service
being brokered).
|
| ServiceDefinitionDoesNotExistException |
Thrown to indicate that a request includes a service definition ID does not exist.
|
| ServiceInstanceBindingDoesNotExistException |
Thrown to indicate that a request is received for an unknown service instance binding ID.
|
| ServiceInstanceBindingExistsException |
Thrown to indicate that a duplicate request to bind to a service instance is received.
|
| ServiceInstanceDoesNotExistException |
Thrown to indicate that a request is received for an unknown service instance ID.
|
| ServiceInstanceExistsException |
Thrown to indicate that a duplicate service instance creation request is received.
|
| ServiceInstanceUpdateNotSupportedException |
Thrown to indicate that the plan change requested is not supported or if the request
can not currently be fulfilled due to the state of the instance.
|