Removed hasOnlyErrors from brodcast strategy

This commit is contained in:
Trial97
2019-03-20 09:28:15 +02:00
committed by Dan Christian Bogos
parent 4edf3f6628
commit 47e612f5ff
3 changed files with 2 additions and 10 deletions

View File

@@ -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")