MCPcopy Create free account
hub / github.com/astercloud/aster / getValidationErrors

Method getValidationErrors

ui/src/protocol/message-processor.ts:161–163  ·  view source on GitHub ↗

* Get validation errors

()

Source from the content-addressed store, hash-verified

159 * Get validation errors
160 */
161 getValidationErrors(): readonly ValidationError[] {
162 return this.validationErrors;
163 }
164
165 /**
166 * Clear validation errors

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected