Rainfall-Learning - Coding Tutoring PlatformCodeExecutionResultOn this pageCodeExecutionResult Interface to define the result of the code execution Properties exitCode exitCode: number; The exit code from the code execution stderr stderr: string; The standard error from the code execution stdout stdout: string; The standard output from the code execution