API reference

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

I

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
message: string
stack?: string
time: number
Date.now() at the moment the error was recorded.
Source