Skip to content

Latest commit

 

History

History
97 lines (45 loc) · 1.55 KB

client.sessioncompletiondecisiontype.md

File metadata and controls

97 lines (45 loc) · 1.55 KB

Home > @holochain/client > SessionCompletionDecisionType

SessionCompletionDecisionType enum

Decision about an incomplete countersigning session.

Signature:

export declare enum SessionCompletionDecisionType 

Enumeration Members

Member

Value

Description

Abandoned

"Abandoned"

Evidence found on the network that this session was abandoned and other agents have added to their chain without completing the session.

Complete

"Complete"

Evidence found on the network that this session completed successfully.

Failed

"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

"Indeterminate"

No evidence, or inconclusive evidence, was found on the network. Holochain will not make an automatic decision until the evidence is conclusive.