ReferenceClasses
LimitReachedError
Defined in: packages/client/src/errors.ts:78
Thrown when the radio has no free channel or contact slot left for the requested operation.
Extends
Constructors
Constructor
new LimitReachedError(resource, limit): LimitReachedError;Defined in: packages/client/src/errors.ts:86
Parameters
resource
"channels" | "contacts"
channels or contacts
limit
number
Slots on the radio
Returns
LimitReachedError
Overrides
Properties
code
readonly code: string;Defined in: packages/transports/src/errors.ts:3
Inherited from
limit
readonly limit: number;Defined in: packages/client/src/errors.ts:80
resource
readonly resource: "channels" | "contacts";Defined in: packages/client/src/errors.ts:79