mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Removed hasOnlyErrors from brodcast strategy
This commit is contained in:
committed by
Dan Christian Bogos
parent
4edf3f6628
commit
47e612f5ff
@@ -51,7 +51,6 @@ var (
|
||||
ErrResourceUnauthorized = errors.New("RESOURCE_UNAUTHORIZED")
|
||||
ErrNoActiveSession = errors.New("NO_ACTIVE_SESSION")
|
||||
ErrPartiallyExecuted = errors.New("PARTIALLY_EXECUTED")
|
||||
ErrNotExecuted = errors.New("NOT_EXECUTED")
|
||||
ErrMaxUsageExceeded = errors.New("MAX_USAGE_EXCEEDED")
|
||||
ErrUnallocatedResource = errors.New("UNALLOCATED_RESOURCE")
|
||||
ErrNotFoundNoCaps = errors.New("not found")
|
||||
|
||||
Reference in New Issue
Block a user