vopRuntimeErrorNotification - Player->Host: Player reports runtime error

interface RuntimeErrorNotification {
    sessionId: string;
    code: Code;
    message?: string;
}

Properties

sessionId: string
code: Code
message?: string