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

PropertyModifierTypeInherited fromDefined in
ownerIdreadonlystring & Brand<"Id"> & Brand<"OwnerId">ProtocolErrorBase.ownerIdpackages/common/src/Evolu/Protocol.ts:365
typereadonly"ProtocolQuotaExceededError"-packages/common/src/Evolu/Protocol.ts:415

Was this page helpful?