Skip to content

BucketObjectNotFoundError

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

Thrown by Bucket.get and Bucket.getText when no object is stored under the requested key. The stat / exists accessors report a missing object by return value instead.

new BucketObjectNotFoundError(bucketId, key): BucketObjectNotFoundError;

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

Parameter Type
bucketId string
key string

BucketObjectNotFoundError

NotFoundError.constructor

readonly bucketId: string;

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


readonly key: string;

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