CODE_ERROR
There is an error in the cadence code of this transaction.
[Error Code: 1101] cadence runtime error Execution failed: error: value of type `LibraryPass` has no member `CollectionPath` --> 7fa130e4dcad1490ab0cb1e835ab7618ecc85cb1661d555ae5060392340da89a:8:74 | 8 | if signer.borrow<&LibraryPass.Collection>(from: LibraryPass.CollectionPath) == nil { | ^^^^^^^^^^^^^^ unknown member error: value of type `LibraryPass` has no member `CollectionPath` --> 7fa130e4dcad1490ab0cb1e835ab7618ecc85cb1661d555ae5060392340da89a:14:60 | 14 | signer.save(<-collection, to: LibraryPass.CollectionPath) | ^^^^^^^^^^^^^^ unknown member error: cannot find type in this scope: `LibraryPass.CollectionPublic` --> 7fa130e4dcad1490ab0cb1e835ab7618ecc85cb1661d555ae5060392340da89a:17:117 | 17 | signer.link<&LibraryPass.Collection{NonFungibleToken.CollectionPublic, NonFungibleToken.Receiver, LibraryPass.CollectionPublic}>(LibraryPass.CollectionPublicPath, target: LibraryPass.CollectionPath) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope error: value of type `LibraryPass` has no member `CollectionPath` --> 7fa130e4dcad1490ab0cb1e835ab7618ecc85cb1661d555ae5060392340da89a:17:202 | 17 | signer.link<&LibraryPass.Collection{NonFungibleToken.CollectionPublic, NonFungibleToken.Receiver, LibraryPass.CollectionPublic}>(LibraryPass.CollectionPublicPath, target: LibraryPass.CollectionPath) | ^^^^^^^^^^^^^^ unknown memb