Home > @infiniteobjects/data-types > PrintabilityReason
Reason why an asset cannot be printed
Signature:
export declare enum PrintabilityReason
Member | Value | Description |
---|---|---|
AssetNotFound | "ASSET_NOT_FOUND" |
The asset does not point to a valid file. |
BadAssetType | "BAD_ASSET_TYPE" |
The asset type is not in the list of printable asset types PrintableAssetTypes. |
ContractNotAllowed | "CONTRACT_NOT_ALLOWED" |
The contract is blacklisted for printing due Copyright issues. |
CreatorDoesNotAllowMultiplePrints | "CREATOR_DOES_NOT_ALLOW_MULTIPLE_PRINTS" |
The creator of the asset has chosen to not allow multiple prints per collector and the requester has already printed a copy. |
CreatorDoesNotAllowPrints | "CREATOR_DOES_NOT_ALLOW_PRINTS" |
The creator of the asset has chosen to not allow printing f their NFTS. |
CreatorNotFound | "CREATOR_NOT_FOUND" |
We cannot find the creator of the asset |
CreatorNotRegistered | "CREATOR_NOT_REGISTERED" |
The creator of the asset is not a registered artist |
NotOwnedByWallet | "NOT_OWNED_BY_WALLET" |
The asset is not owned by the requester. |
Ok | "PRINTABLE" |
PRINTABLE |