MCPcopy
hub / github.com/seaweedfs/seaweedfs / Error

Struct Error

weed/iam/responses.go:314–317  ·  view source on GitHub ↗

Error represents an IAM API error with code and underlying error.

Source from the content-addressed store, hash-verified

312
313// Error represents an IAM API error with code and underlying error.
314type Error struct {
315 Code string
316 Error error
317}
318
319// Policies stores IAM policies (used for managed policy storage).
320type Policies struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected