We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bca0256 commit 3a850dfCopy full SHA for 3a850df
internal/service/advancedclustertpf/resource.go
@@ -31,7 +31,7 @@ const (
31
resourceName = "advanced_cluster"
32
errorSchemaDowngrade = "error operation not permitted, nums_shards from 1 -> > 1"
33
errorPatchPayload = "error creating patch payload"
34
- errorDetailDefault = "cluster name %s. API error detail %s"
+ errorDetailDefault = "cluster name: %s, API error details: %s"
35
errorSchemaUpgradeReadIDs = "error reading IDs from API when upgrading schema"
36
errorReadResource = "error reading advanced cluster"
37
errorAdvancedConfRead = "error reading Advanced Configuration"
0 commit comments