Skip to content

Class: E_PAYLOAD_UNSERIALIZABLE

Thrown when the value cannot be serialized.

Extends

  • SerializationError

Properties

PropertyModifierTypeInherited from
cause?publicunknownSerializationError.cause
stack?publicstringSerializationError.stack
prepareStackTrace?static(err: Error, stackTraces: CallSite[]) => anySerializationError.prepareStackTrace
stackTraceLimitstaticnumberSerializationError.stackTraceLimit

Methods

captureStackTrace()

ts
static captureStackTrace(targetObject: object, constructorOpt?: Function): void;

Parameters

ParameterType
targetObjectobject
constructorOpt?Function

Returns

void

Inherited from

ts
SerializationError.captureStackTrace;