MCPcopy Create free account
hub / github.com/Permify/permify / TupleToUserSetMultiError

TypeAlias TupleToUserSetMultiError

pkg/pb/base/v1/base.pb.validate.go:2889–2889  ·  view source on GitHub ↗

TupleToUserSetMultiError is an error wrapping multiple validation errors returned by TupleToUserSet.ValidateAll() if the designated constraints aren't met.

Source from the content-addressed store, hash-verified

2887// returned by TupleToUserSet.ValidateAll() if the designated constraints
2888// aren't met.
2889type TupleToUserSetMultiError []error
2890
2891// Error returns a concatenation of all the error messages it wraps.
2892func (m TupleToUserSetMultiError) Error() string {

Callers 1

validateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected