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

Function createValidationError

ui/src/types/ui-protocol.ts:711–718  ·  view source on GitHub ↗
(surfaceId: string, path: string, message: string)

Source from the content-addressed store, hash-verified

709 * 创建验证错误
710 */
711export function createValidationError(surfaceId: string, path: string, message: string): ValidationError {
712 return {
713 code: 'VALIDATION_FAILED',
714 surfaceId,
715 path,
716 message,
717 };
718}
719
720/**
721 * 创建通用错误

Callers 3

validateMessageMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected