Skip to content

Commit 3a850df

Browse files
authored
fix: Update error message formatting in advanced cluster resource (#3352)
1 parent bca0256 commit 3a850df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/service/advancedclustertpf/resource.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const (
3131
resourceName = "advanced_cluster"
3232
errorSchemaDowngrade = "error operation not permitted, nums_shards from 1 -> > 1"
3333
errorPatchPayload = "error creating patch payload"
34-
errorDetailDefault = "cluster name %s. API error detail %s"
34+
errorDetailDefault = "cluster name: %s, API error details: %s"
3535
errorSchemaUpgradeReadIDs = "error reading IDs from API when upgrading schema"
3636
errorReadResource = "error reading advanced cluster"
3737
errorAdvancedConfRead = "error reading Advanced Configuration"

0 commit comments

Comments
 (0)