mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-25 09:08:45 +05:00
Merge branch 'master' into pointer
This commit is contained in:
@@ -28,6 +28,8 @@ var (
|
||||
ErrUnauthorizedDestination = errors.New("UNAUTHORIZED_DESTINATION")
|
||||
ErrRatingPlanNotFound = errors.New("RATING_PLAN_NOT_FOUND")
|
||||
ErrAccountNotFound = errors.New("ACCOUNT_NOT_FOUND")
|
||||
ErrUserNotFound = errors.New("USER_NOT_FOUND")
|
||||
ErrCreditInsufficient = errors.New("CREDIT_INSUFFICIENT")
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user