API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
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?: stringAsset type id the bytes were being decoded for, when known.
cause?: unknownThe underlying failure - a DOMException from a browser decoder, a parser's own error.
message: stringOne-line, actionable summary (becomes the Error.message).
Source