Reports that an object could not be stringified due to cyclic references.
An object that references itself cannot be serialized by stringify.
When the cycle is detected, a JsonCyclicError is thrown.
Properties
-
StackTrace
stackTrace
-
read-only
, inherited
-
dynamic
unsupportedObject
-
read-only
, inherited
The object that could not be serialized.
-
dynamic
cause
-
read-only
, inherited
The exception thrown when trying to convert the object.
Methods
-
toString()
→
String
-
Returns a string representation of this object.