Skip to content

GraphSerializationError

junjo.GraphSerializationError

Kind: Exception Class

SDK version: 0.64.0

Documentation channel: Next source preview

View source

Raised when a graph cannot be converted into its serialized JSON form.

This exception is used when Junjo successfully builds an in-memory graph payload, but json.dumps cannot serialize part of that payload. This is typically caused by attaching non-JSON-serializable values to graph-facing metadata such as node labels.