API reference

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

I

interfaceAssetDecodeErrorOptions

@codexo/exojs / assets / stable

Construction options for an AssetDecodeError.

3
props
0
methods
0
events
Import
import { AssetDecodeErrorOptions } from '@codexo/exojs'

Construction options for an AssetDecodeError.

Properties3
assetType?: string
Asset type id the bytes were being decoded for, when known.
cause?: unknown
The underlying failure - a DOMException from a browser decoder, a parser's own error.
message: string
One-line, actionable summary (becomes the Error.message).
Source