UserCodeFaultEngine
Which engine ran the code that faulted: the model expression engine, studio WASM compute, or player WASM compute.
enum UserCodeFaultEngine {
EXPRESSION
STUDIO_WASM
PLAYER_WASM
}
Values
UserCodeFaultEngine.EXPRESSION
The model expression engine: declarative JSON ASTs bounded by gas and a wall-clock deadline.
UserCodeFaultEngine.STUDIO_WASM
Studio WASM compute: Rust compiled by the pinned toolchain and run in a worker-thread sandbox.
UserCodeFaultEngine.PLAYER_WASM
Player WASM compute: the same compiler and sandbox at a lower trust tier, owned by a player.
Member Of
UserCodeFaultRecord object ● userCodeFaults query ● UserCodeFaultSummaryEntry object