Skip to content

Commit 6aba8b6

Browse files
committed
chore: update error message
1 parent 0dfbb1c commit 6aba8b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service/privatelink/model.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ type NotFound struct {
6767
}
6868

6969
func (f *NotFound) Error() string {
70-
return fmt.Sprintf("resource not found - subscription %d", f.subscriptionID)
70+
return fmt.Sprintf("privatelink resource not found - subscription %d", f.subscriptionID)
7171
}
7272

7373
type NotFoundActiveActive struct {

0 commit comments

Comments
 (0)