API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
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
Backend that produced the failure.
cause?: unknownOriginal error object, if any (passed through as Error.cause).
Machine-readable failure class.
detail?: stringRaw driver log and/or a numbered source excerpt.
message: stringOne-line, actionable summary (becomes the Error.message).
resource?: stringWebGl2Shader/material/pipeline label when known.
Source