class
JsonCyclicError

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.

Extends

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.

Constructors

JsonCyclicError(Object object)
The first object that was detected as part of a cycle.

Methods

toString() → String
Returns a string representation of this object.