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.
Extends
Section titled “Extends”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new BucketObjectNotFoundError(bucketId, key): BucketObjectNotFoundError;Defined in: core/src/error/error.ts:228
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
bucketId |
string |
key |
string |
Returns
Section titled “Returns”BucketObjectNotFoundError
Overrides
Section titled “Overrides”Properties
Section titled “Properties”bucketId
Section titled “bucketId”readonly bucketId: string;Defined in: core/src/error/error.ts:225
readonly key: string;Defined in: core/src/error/error.ts:226