CODE_ERROR
There is an error in the cadence code of this transaction.
[Error Code: 1101] error caused by: 1 error occurred: * transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed: --> 9ff033795fac0b5dbad749f92d53f514db50ceac759540d735fd4ac33b39de54:29:8 | 29 | self.oracleRef.updateFastBreakScore( 30 | fastBreakGameID: self.fastBreakGameID, 31 | playerId: self.playerId, 32 | points: self.points, 33 | win: self.win 34 | ) | ^ --> 0b2a3299cc857e29.FastBreakV1:957:27 | 957 | let isNewWin = fastBreakGame.updateScore(playerId: playerId, points: points, win: win) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: panic: Unable to find fast break submission for playerId: 2847 --> 0b2a3299cc857e29.FastBreakV1:281:19 | 281 | ?? panic("Unable to find fast break submission for playerId: ".concat(playerId.toString())) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^