Skip to content

Commit

Permalink
[chore][fix] error handler is not correct
Browse files Browse the repository at this point in the history
  • Loading branch information
cuongpiger committed Dec 3, 2024
1 parent aa91ffb commit 4991f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vngcloud/sdk_error/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const (
)

var (
regexErrorServerFlavorNotSupported = lregexp.MustCompile(patternLoadBalancerIsUpdating)
regexErrorServerFlavorNotSupported = lregexp.MustCompile(patternServerFlavorNotSupported)
)

func WithErrorServerFlavorNotSupported(perrResp IErrorRespone) func(sdkError IError) {
Expand Down

0 comments on commit 4991f31

Please sign in to comment.