Payload for scripterror event

interface Scripterror {
    level: Level;
    msg: string;
    stack?: string;
}

Properties

Properties

level: Level
msg: string
stack?: string