nft-folder-blockchain-connector-besu
Version:
A NestJS-based blockchain connector that communicates with specific smart contracts from the NFT Folder project.
26 lines • 906 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.NOT_ALLOWED_CUSTOM_ERRORS = exports.ALREADY_EXISTS_CUSTOM_ERRORS = exports.NOT_FOUND_CUSTOM_ERRORS = void 0;
exports.NOT_FOUND_CUSTOM_ERRORS = [
'IndexExceedsTokenInformationLength',
'NoSegmentsAvailable',
'RemoteIdDoesNotExist',
'TokenDoesNotExist',
'TokenDoesNotExistInSegment',
'ERC721NonexistentToken',
];
exports.ALREADY_EXISTS_CUSTOM_ERRORS = ['RemoteIdExists', 'TokenExistsInSegment'];
exports.NOT_ALLOWED_CUSTOM_ERRORS = [
'SenderIsNotContainer',
'SenderIsNotSegment',
'OwnableUnauthorizedAccount',
'ERC721InsufficientApproval',
'ERC721InvalidOwner',
'ERC721IncorrectOwner',
'ERC721InvalidSender',
'ERC721InvalidReceiver',
'ERC721InsufficientApproval',
'ERC721InvalidApprover',
'ERC721InvalidOperator',
];
//# sourceMappingURL=error.const.js.map