UNPKG

eve

Version:

Filesystem-first framework for durable backend AI agents that run anywhere.

1 lines 258 B
var HealthResponseError=class extends Error{issues;constructor(e=[]){let t=e.length===0?``:` (${e.join(`; `)})`;super(`The server returned an unrecognized eve health response.${t}`),this.name=`HealthResponseError`,this.issues=e}};export{HealthResponseError};