Skip to content

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.

new BucketIdConflictError(bucketId): BucketIdConflictError;

Defined in: core/src/error/error.ts:258

Parameter Type
bucketId string

BucketIdConflictError

ConflictError.constructor

readonly bucketId: string;

Defined in: core/src/error/error.ts:256