BucketIdConflictError
Defined in: core/src/error/error.ts:255
Thrown by BucketService.getInstance when two different bucket definitions claim the same id — two providers sharing storage by accident, rather than a single definition deliberately shared between them.
Extends
Section titled “Extends”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new BucketIdConflictError(bucketId): BucketIdConflictError;Defined in: core/src/error/error.ts:258
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
bucketId |
string |
Returns
Section titled “Returns”BucketIdConflictError
Overrides
Section titled “Overrides”Properties
Section titled “Properties”bucketId
Section titled “bucketId”readonly bucketId: string;Defined in: core/src/error/error.ts:256