diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-10-13 01:32:27 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-10-13 01:32:27 +0530 |
commit | 0f435049cb3cc6900d881c5dce43bec3a1e60e2e (patch) | |
tree | 374950fba5605ea8411da428ac94b1deef4e2809 /errors/errors.go | |
parent | fb9ba155438100f295fdb563ad955151ee038ad3 (diff) |
Diffstat (limited to 'errors/errors.go')
-rw-r--r-- | errors/errors.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/errors/errors.go b/errors/errors.go index de18bf4..3c37e08 100644 --- a/errors/errors.go +++ b/errors/errors.go @@ -44,6 +44,7 @@ var ( ErrUsernameTooShort = errors.New("Username Is Too Short") ErrUsernameTooLong = errors.New("Username Is Too Long") ErrInvalidLoginMethod = errors.New("Login Method Can Only Be 'email' Or 'username'") + ErrNoItemVariants = errors.New("An item should have at least one variant") // 401 ErrWrongPassword = errors.New("Wrong Password") |