| Previous | Next |
| WS_S_END | PEER_S_NO_EVENT_DATA |
PEER_S_GRAPH_DATA_CREATED
Peer graph data store was created
PEER_S_GRAPH_DATA_CREATED is HRESULT 6488065 (0x00630001) from winerror.h. The documented description is “The graph data was created.” In the Windows Peer-to-Peer graph, group, event, connection, or subscription state, the value reports a nonfailure state that must not be collapsed into plain S_OK.
This result is actionable completion information and may require waiting, reconciliation, fallback, or user disclosure.
Where the status is encountered
- Peer Graphing data-store creation and connection; capture the exact API, object, and phase because the same numeric success severity does not define the state by itself.
- Peer group membership and event processing;
- Record subscriptions and offline synchronization;
What must be true before accepting it
Verify that the new graph database belongs to the intended graph identity and its initial security and persistence settings are correct. Validation of it keeps a success-severity result from becoming a broader promise than the API made.
Correct handling and recovery
Initialize graph metadata, secure the storage, and continue graph startup. Avoid recreating or overwriting it on later opens.
Difference from nearby results
Already-existing graph data would use a different path; this status confirms creation of a new local store.
Practical scenario
A node joins a new collaboration graph and creates its local database. It records graph ID and initializes replication metadata.
References
Looking for a different code? Search another status or error code.
