Documentation / Exports / PyLog
Represents a log entry for a Python execution.
• exception: string
Exception message, if any occurred during the execution.
• id: string
Unique identifier for the log entry.
• stdErr: string
[]
Array of standard error messages.
• stdOut: string
[]
Array of standard output messages.