Documentation
¶
Index ¶
Constants ¶
View Source
const ( BadRequest = "bad request" InternalServerError = "internal server error" )
View Source
const (
Service = "service"
)
Variables ¶
View Source
var ( ServiceNotFound = errors.New("service not found") TuningParamNotFound = errors.New("tuning parameter not found") LicensesNotFound = errors.New("licenses not found") DataCenterIsNotReady = errors.New("data center is not set ready") DataCenterIsRepairing = errors.New("data center is repairing") )
Functions ¶
func CombineErrors ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.