API reference / @evolu/common / Evolu/Protocol / ProtocolQuotaExceededError
Interface: ProtocolQuotaExceededError
Defined in: packages/common/src/Evolu/Protocol.ts:414
Error when storage or billing quota is exceeded. Clients should prompt the user to upgrade their plan or expand capacity.
TODO: Add callback to relay config to check quota and return this error when limits are reached.
Extends
Properties
| Property | Modifier | Type | Inherited from | Defined in |
|---|---|---|---|---|
ownerId | readonly | string & Brand<"Id"> & Brand<"OwnerId"> | ProtocolErrorBase.ownerId | packages/common/src/Evolu/Protocol.ts:365 |
type | readonly | "ProtocolQuotaExceededError" | - | packages/common/src/Evolu/Protocol.ts:415 |