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: --> 58bff9b6b7cc751d54af93fcf02056d46b21fcc328f27a02c5e127c7be6ad3fd: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: 649 --> 0b2a3299cc857e29.FastBreakV1:281:19 | 281 | ?? panic("Unable to find fast break submission for playerId: ".concat(playerId.toString())) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^