Home > @3rdweb/sdk > ListingNotFoundError
Thrown when trying to retrieve a listing from a marketplace that doesn’t exist
Signature:
export declare class ListingNotFoundError extends Error
Extends: Error
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(marketplaceContractAddress, listingId) | Constructs a new instance of the ListingNotFoundError class |