Interface: AdError
A broad error shape accepted by AD_ERROR events.
Any Error with a name and code satisfies this contract,
so domain-specific errors can flow through without normalisation
while preserving their origin.
Extends
Error
Properties
code
code:
string
message
message:
string
Overrides
Error.message
name
name:
string
Overrides
Error.name
Last updated on