Documentation
¶
Index ¶
- Constants
- func MapBrokerErrors(err error) error
- type BindingNotExistsError
- type ErrorAPIMResourceAlreadyExists
- type ErrorAPIMResourceDoesNotExist
- type ErrorBindDoesNotExist
- type ErrorEmptyAPIParameterSet
- type ErrorNoSubscriptionAvailable
- type ErrorSubscriptionListUnavailable
- type ErrorUnableToCreateAPIMResource
- type ErrorUnableToCreateSubscription
- type ErrorUnableToDeleteBind
- type ErrorUnableToDeleteInstance
- type ErrorUnableToGenerateHash
- type ErrorUnableToGenerateKeys
- type ErrorUnableToRetrieveBind
- type ErrorUnableToRetrieveServiceInstance
- type ErrorUnableToRetrieveSubscription
- type ErrorUnableToRetrieveSubscriptionList
- type ErrorUnableToSearchAPIs
- type ErrorUnableToStoreBind
- type ErrorUnableToStoreServiceInstance
- type ErrorUnableToStoreSubscriptions
- type ErrorUnableToUpdateAPIMResource
- type InstanceConflictError
- type InstanceDoesNotExistError
Constants ¶
View Source
const ( ErrMsgUnableToStoreInstance = "unable to store service instance in database" ErrActionStoreInstance = "store service instance" ErrActionDelAPP = "delete Application" ErrActionDelInstance = "delete service instance" ErrActionCreateAPIMResource = "creating API-M resource" ErrActionUpdateAPIMResource = "update API-M resource" ErrMsgUnableDelInstance = "unable to delete service instance" ErrMsgUnableToGetBind = "unable to retrieve Bind from the database" ErrMsgUnableToGenInputSchema = "unable to generate %s plan input Schema" ErrMsgUnableToGenBindInputSchema = "unable to generate %s plan bind input Schema" ErrMsgInvalidPlanID = "invalid plan id" ErrMsgUnableGenerateKeys = "unable generate keys for application" )
Variables ¶
This section is empty.
Functions ¶
func MapBrokerErrors ¶
Types ¶
type BindingNotExistsError ¶
type BindingNotExistsError struct{}
type ErrorAPIMResourceAlreadyExists ¶
type ErrorAPIMResourceAlreadyExists struct{}
func (*ErrorAPIMResourceAlreadyExists) Error ¶
func (e *ErrorAPIMResourceAlreadyExists) Error() string
type ErrorAPIMResourceDoesNotExist ¶
type ErrorAPIMResourceDoesNotExist struct {
APIMResourceName string
}
func (*ErrorAPIMResourceDoesNotExist) Error ¶
func (e *ErrorAPIMResourceDoesNotExist) Error() string
type ErrorBindDoesNotExist ¶
type ErrorBindDoesNotExist struct{}
func (*ErrorBindDoesNotExist) Error ¶
func (e *ErrorBindDoesNotExist) Error() string
type ErrorEmptyAPIParameterSet ¶
type ErrorEmptyAPIParameterSet struct{}
func (*ErrorEmptyAPIParameterSet) Error ¶
func (e *ErrorEmptyAPIParameterSet) Error() string
type ErrorNoSubscriptionAvailable ¶
type ErrorNoSubscriptionAvailable struct{}
func (*ErrorNoSubscriptionAvailable) Error ¶
func (e *ErrorNoSubscriptionAvailable) Error() string
type ErrorSubscriptionListUnavailable ¶
type ErrorSubscriptionListUnavailable struct{}
func (*ErrorSubscriptionListUnavailable) Error ¶
func (e *ErrorSubscriptionListUnavailable) Error() string
type ErrorUnableToCreateAPIMResource ¶
type ErrorUnableToCreateAPIMResource struct{}
func (*ErrorUnableToCreateAPIMResource) Error ¶
func (e *ErrorUnableToCreateAPIMResource) Error() string
type ErrorUnableToCreateSubscription ¶
type ErrorUnableToCreateSubscription struct{}
func (*ErrorUnableToCreateSubscription) Error ¶
func (e *ErrorUnableToCreateSubscription) Error() string
type ErrorUnableToDeleteBind ¶
type ErrorUnableToDeleteBind struct{}
func (*ErrorUnableToDeleteBind) Error ¶
func (e *ErrorUnableToDeleteBind) Error() string
type ErrorUnableToDeleteInstance ¶
type ErrorUnableToDeleteInstance struct{}
func (*ErrorUnableToDeleteInstance) Error ¶
func (e *ErrorUnableToDeleteInstance) Error() string
type ErrorUnableToGenerateHash ¶
type ErrorUnableToGenerateHash struct{}
func (*ErrorUnableToGenerateHash) Error ¶
func (e *ErrorUnableToGenerateHash) Error() string
type ErrorUnableToGenerateKeys ¶
type ErrorUnableToGenerateKeys struct{}
func (*ErrorUnableToGenerateKeys) Error ¶
func (e *ErrorUnableToGenerateKeys) Error() string
type ErrorUnableToRetrieveBind ¶
type ErrorUnableToRetrieveBind struct{}
func (*ErrorUnableToRetrieveBind) Error ¶
func (e *ErrorUnableToRetrieveBind) Error() string
type ErrorUnableToRetrieveServiceInstance ¶
type ErrorUnableToRetrieveServiceInstance struct{}
func (*ErrorUnableToRetrieveServiceInstance) Error ¶
func (e *ErrorUnableToRetrieveServiceInstance) Error() string
type ErrorUnableToRetrieveSubscription ¶
type ErrorUnableToRetrieveSubscription struct{}
func (*ErrorUnableToRetrieveSubscription) Error ¶
func (e *ErrorUnableToRetrieveSubscription) Error() string
type ErrorUnableToRetrieveSubscriptionList ¶
type ErrorUnableToRetrieveSubscriptionList struct{}
func (*ErrorUnableToRetrieveSubscriptionList) Error ¶
func (e *ErrorUnableToRetrieveSubscriptionList) Error() string
type ErrorUnableToSearchAPIs ¶
type ErrorUnableToSearchAPIs struct{}
func (*ErrorUnableToSearchAPIs) Error ¶
func (e *ErrorUnableToSearchAPIs) Error() string
type ErrorUnableToStoreBind ¶
type ErrorUnableToStoreBind struct{}
func (*ErrorUnableToStoreBind) Error ¶
func (e *ErrorUnableToStoreBind) Error() string
type ErrorUnableToStoreServiceInstance ¶
type ErrorUnableToStoreServiceInstance struct{}
func (*ErrorUnableToStoreServiceInstance) Error ¶
func (e *ErrorUnableToStoreServiceInstance) Error() string
type ErrorUnableToStoreSubscriptions ¶
type ErrorUnableToStoreSubscriptions struct{}
func (*ErrorUnableToStoreSubscriptions) Error ¶
func (e *ErrorUnableToStoreSubscriptions) Error() string
type ErrorUnableToUpdateAPIMResource ¶
type ErrorUnableToUpdateAPIMResource struct{}
func (*ErrorUnableToUpdateAPIMResource) Error ¶
func (e *ErrorUnableToUpdateAPIMResource) Error() string
type InstanceConflictError ¶
type InstanceConflictError struct{}
type InstanceDoesNotExistError ¶
type InstanceDoesNotExistError struct{}
Click to show internal directories.
Click to hide internal directories.