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

TypeAlias SchemaDefinitionMultiError

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

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

Source from the content-addressed store, hash-verified

1037// returned by SchemaDefinition.ValidateAll() if the designated constraints
1038// aren't met.
1039type SchemaDefinitionMultiError []error
1040
1041// Error returns a concatenation of all the error messages it wraps.
1042func (m SchemaDefinitionMultiError) Error() string {

Callers 1

validateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected