diff options
| author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-10-11 20:55:48 +0530 | 
|---|---|---|
| committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-10-11 20:55:48 +0530 | 
| commit | bc154857fb5569d7c1fa9785cc891cb927a6a156 (patch) | |
| tree | 590c9f6a00a1b97b2ee45cfa5a767558089affe0 /errors/errors.go | |
| parent | 8a47978ca17d2f251d67d12b0e34fa26bb1e4ace (diff) | |
removed per-user itemsv0.17.0
Diffstat (limited to 'errors/errors.go')
| -rw-r--r-- | errors/errors.go | 4 | 
1 files changed, 0 insertions, 4 deletions
diff --git a/errors/errors.go b/errors/errors.go index 0d88490..17afdfe 100644 --- a/errors/errors.go +++ b/errors/errors.go @@ -62,11 +62,7 @@ var (  	ErrCannotEditInvoice      = errors.New("This Invoice Cannot Be Edited Now")  	// 409 -	ErrNonUniqueGSTIN         = errors.New("GSTIN Must Be Unique") -	ErrNonUniquePhone         = errors.New("Phone Number Is Already In Use") -	ErrNonUniqueEmail         = errors.New("Email Address Is Already In Use")  	ErrNonUniqueUsername      = errors.New("Username Is Already In Use") -	ErrNonUniqueWebsite       = errors.New("Website Is Already In Use")  	ErrNonUniqueBrandName     = errors.New("Brand Name Is Already In Use")  	ErrNonUniqueBrandItem     = errors.New("Item With Same Name And Brand Already Exists")  	ErrNonUniqueInvoiceNumber = errors.New("Invoice Number Must Be Unique")  |