CODE_ERROR
There is an error in the cadence code of this transaction.
[Error Code: 1101] error caused by: 1 error occurred: * transaction preprocess failed: [Error Code: 1101] cadence runtime error: Execution failed: error: cannot find type in this scope: `ExampleNFT` --> d53d7a011110ea7b4fcd8a8c68e89221a7351bb3ddc2e8e73c63467885f9aadb:13:34 | 13 | if signer.borrow<&ExampleNFT.Collection>(from: ExampleNFT.CollectionStoragePath) != nil { | ^^^^^^^^^^ not found in this scope error: cannot find variable in this scope: `ExampleNFT` --> d53d7a011110ea7b4fcd8a8c68e89221a7351bb3ddc2e8e73c63467885f9aadb:13:63 | 13 | if signer.borrow<&ExampleNFT.Collection>(from: ExampleNFT.CollectionStoragePath) != nil { | ^^^^^^^^^^ not found in this scope error: cannot infer type parameter: `T` --> d53d7a011110ea7b4fcd8a8c68e89221a7351bb3ddc2e8e73c63467885f9aadb:13:19 | 13 | if signer.borrow<&ExampleNFT.Collection>(from: ExampleNFT.CollectionStoragePath) != nil { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: cannot find variable in this scope: `ExampleNFT` --> d53d7a011110ea7b4fcd8a8c68e89221a7351bb3ddc2e8e73c63467885f9aadb:18:34 | 18 | let collection <- ExampleNFT.createEmptyCollection() | ^^^^^^^^^^ not found in this scope error: cannot find variable in this scope: `ExampleNFT` --> d53d7a011110ea7b4fcd8a8c68e89221a7351bb3ddc2e8e73c63467885f9aadb:21:46 | 21 | signer.save(<-collection, to: ExampleNFT.CollectionStoragePath) | ^^^^^^^^^^ not found in this scope error: cannot find type in this scope: `ExampleNFT` --> d53d7a011110ea7b4fcd8a8c68e89221a7351bb3ddc2e8e73c63467885f9aadb:24:65 | 24 | signer.link<&{NonFungibleToken.CollectionPublic, ExampleNFT.ExampleNFTCollectionPublic, MetadataViews.ResolverCollection}>( | ^^^^^^^^^^ not found in this scope error: cannot find variable in this scope: `ExampleNFT` --> d53d7a011110ea7b4fcd8a8c68e89221a7351bb3ddc2e8e73c63467885f9aadb:25:20 | 25 | ExampleNFT.CollectionPublicPath, | ^^^^^^^^^^ not found in this scope error: cannot find variable in this scope: `ExampleNFT` --> d53d7a011110ea7b4fcd8a8c68e89221a7351bb3ddc2e8e73c63467885f9aadb:26:28 | 26 | target: ExampleNFT.CollectionStoragePath | ^^^^^^^^^^ not found in this scope