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