ClusterTimelineUnreachable
One peer that could not be reached when building the cluster timeline.
nodeIdNodeid (string)required
Node ID for the unreachable peer.
url object
Peer API URL that was attempted, if known.
- string
- null
string
errorError (string)required
Reason the peer was unreachable.
ClusterTimelineUnreachable
{
"nodeId": "string",
"url": "string",
"error": "string"
}