зеркало из https://github.com/Azure/ARO-RP.git
Changed CloudErrorCodes from vars to consts. (#1997)
Co-authored-by: Jeremy Facchetti <jfacchet@jfacchet.remote.csb>
This commit is contained in:
Родитель
a39f5c87d6
Коммит
9b8abc6b7d
|
@ -60,7 +60,7 @@ func (b *CloudErrorBody) String() string {
|
|||
}
|
||||
|
||||
// CloudErrorCodes
|
||||
var (
|
||||
const (
|
||||
CloudErrorCodeInternalServerError = "InternalServerError"
|
||||
CloudErrorCodeDeploymentFailed = "DeploymentFailed"
|
||||
CloudErrorCodeInvalidParameter = "InvalidParameter"
|
||||
|
|
Загрузка…
Ссылка в новой задаче