Code Interpreter / OutputMessage
Interface: OutputMessage
Represents an output message from the sandbox code execution.
Properties
error
readonlyerror:boolean
Whether the output is an error.
line
readonlyline:string
The output line.
timestamp
readonlytimestamp:number
Unix epoch in nanoseconds.
Methods
toString()
toString():
string
Returns
string