Class: UnserializableValueError
Defined in: errors/unserializable-value-error.ts:4
Content holds a value that cannot be written into a module, eg a function or a cycle.
Extends
Constructors
Constructor
constructor(what: string, at: string);Defined in: errors/unserializable-value-error.ts:8
what reads as a noun phrase, eg a function; at is the key path, or "" for the root.
Properties
name
name: string;Defined in: errors/unserializable-value-error.ts:5