Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/simstudioai/sim
/ isZodError
Function
isZodError
apps/sim/lib/api/server/validation.ts:67–69 ·
view source on GitHub ↗
(error: unknown)
Source
from the content-addressed store, hash-verified
65
}
66
67
export
function
isZodError(error: unknown): error is z.ZodError {
68
return
error instanceof ZodError
69
}
70
71
export
function
validationErrorResponse(
72
error: z.ZodError,
Callers
14
handleUnifiedChatPost
Function · 0.90
route.ts
File · 0.90
route.ts
File · 0.90
route.ts
File · 0.90
route.ts
File · 0.90
route.ts
File · 0.90
route.ts
File · 0.90
route.ts
File · 0.90
route.ts
File · 0.90
route.ts
File · 0.90
route.ts
File · 0.90
route.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected