Home
last modified time | relevance | path

Searched refs:NewAuditError (Results 1 – 3 of 3) sorted by relevance

/dports/security/keybase/client-v5.7.1/go/teams/
H A Daudit.go319 return 0, keybase1.Seqno(0), nil, NewAuditError("cannot find a first modern merkle sequence")
401 …return NewAuditError("hidden team chain linkID mismatch at %d: wanted %s but got %s via merkle seq…
408 return NewAuditError("Unrecognized hidden response type %+v", tuple.hiddenResp)
421 return 0, nil, NewAuditError("cannot find a first modern merkle sequence")
559 …return NewAuditError("last audit ended at %d, but wasn't found in new chain", lastAudit.MaxChainSe…
563 return NewAuditError("previous chain tail at %d did not have a linkID", lastAudit.MaxChainSeqno)
570 return NewAuditError("given chain didn't have a link at %d, but it was expected", maxChainSeqno)
583 …return NewAuditError("last audit ended at %d, but wasn't found in new chain", lastAudit.MaxHiddenS…
587 …return NewAuditError("previous hidden chain tail at %d did not have a linkID", lastAudit.MaxHidden…
597 …return NewAuditError("given hidden chain didn't have a link at %d, but it was expected", maxHidden…
[all …]
H A Derrors.go483 func NewAuditError(format string, args ...interface{}) error { func
H A Dftl.go999 return NewAuditError("cannot run audit without merkle info for head")
1003 return NewAuditError("cannot run audit, no last chain data")