API reference

Every public class, method, and event in @codexo/exojs. Generated from source.

I

interfaceRenderErrorOptions

@codexo/exojs / rendering / stable

Construction options for a RenderError.

6
props
0
methods
0
events
Import
import { RenderErrorOptions } from '@codexo/exojs'

Construction options for a RenderError.

Properties6
cause?: unknown
Original error object, if any (passed through as Error.cause).
detail?: string
Raw driver log and/or a numbered source excerpt.
message: string
One-line, actionable summary (becomes the Error.message).
resource?: string
WebGl2Shader/material/pipeline label when known.
Source