Enforce that name
passed to AmplifyError has desired suffix
#1885
Labels
repo-infrastructure
Engineering label for issues related to repo infrastructure
tech-debt
Refactors, unsavory workarounds or other technical decisions that should be revisited later
From #1883 (comment) .
If AmplifyUserError or AmplifyError is created we should suffix name with
Error
orFault
. Failure to do so might cause wrong classification.This should be enforceable by custom linter rule.
The text was updated successfully, but these errors were encountered: