API reference › @evolu/common › local‑first/Storage › StorageQuotaError
Defined in: packages/common/src/local-first/Storage.ts:175
Error when storage or billing quota is exceeded.
Extends
OwnerError.Typed<"StorageQuotaError">
Properties
ownerId
readonly ownerId: string & Brand<"Id"> & Brand<"OwnerId">;
Defined in: packages/common/src/local-first/Owner.ts:404
Inherited from
type
readonly type: "StorageQuotaError";
Defined in: packages/common/src/Type.ts:3492