MCPcopy Create free account
hub / github.com/cloudreve/cloudreve / Error

Method Error

pkg/serializer/error.go:396–398  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

394}
395
396func (e *AggregateError) Error() string {
397 return fmt.Sprintf("aggregate error: one or more operation failed")
398}
399
400// Add adds an error to the aggregate
401func (e *AggregateError) Add(id string, err error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected