Home > @holochain/client > SessionCompletionDecisionType
Decision about an incomplete countersigning session.
Signature:
export declare enum SessionCompletionDecisionType
Member |
Value |
Description |
---|---|---|
Abandoned |
|
Evidence found on the network that this session was abandoned and other agents have added to their chain without completing the session. |
Complete |
|
Evidence found on the network that this session completed successfully. |
Failed |
|
There were errors encountered while trying to resolve the session. Errors such as network errors are treated differently to inconclusive evidence. We don't want to force a decision when we're offline, for example. In this case, the resolution must be retried later and this attempt should not be counted. |
Indeterminate |
|
No evidence, or inconclusive evidence, was found on the network. Holochain will not make an automatic decision until the evidence is conclusive. |