You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
err113 has highlighted a code smell with our error handling design pattern.
Error: internal/resources/accountdrivenuserenrollmentsettings/constructor.go:29:15: do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf("failed to marshal Account Driven User Enrollment Settings to JSON: %v", err)" (err113)