API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
interfaceRecentErrorEntry
@codexo/exojs / core / stable
One entry of the bounded Application.recentErrors ring buffer - a JSON-friendly snapshot of an engine error (feeds future debug dumps).
4
props
0
methods
0
events
Import
import { RecentErrorEntry } from '@codexo/exojs'One entry of the bounded Application.recentErrors ring buffer - a JSON-friendly snapshot of an engine error (feeds future debug dumps).
Properties4
Machine-readable failure class - present for RenderErrors.
message: stringstack?: stringtime: numberDate.now() at the moment the error was recorded.
Source