Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/zenstackhq/zenstack
/ formatError
Function
formatError
packages/orm/src/utils/zod-utils.ts:7–9 ·
view source on GitHub ↗
(error: ZodError)
Source
from the content-addressed store, hash-verified
5
* Format ZodError into a readable string
6
*/
7
export
function
formatError(error: ZodError): string {
8
return
fromError(error).toString();
9
}
Callers
3
validateOptions
Method · 0.90
validateProcedureInput
Method · 0.90
validate
Method · 0.90
Calls
1
toString
Method · 0.45
Tested by
no test coverage detected