MCPcopy
hub / github.com/cubefs/cubefs / Error

Struct Error

objectnode/result.go:78–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78type Error struct {
79 XMLName xml.Name `xml:"Error"`
80 Key string `xml:"Key"`
81 VersionId string `xml:"VersionId,omitempty"`
82 Code string `xml:"Code,omitempty"`
83 Message string `xml:"Message,omitempty"`
84}
85
86type DeleteResult struct {
87 XMLName xml.Name `json:"DeleteResult"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected