You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ctx.log.error(`Zod Errors in the ${errorMessage}`,{errorIssues: error.issues,// z.ZodIssue[] WORKS ✅resultStatus: result.status,// "fulfilled" WORKS ✅resultValue: result.value,// Response NOPE ✂️status: result.value.status,// number WORKS ✅statusText: result.value.statusText,// string WORKS ✅});
But I'm only getting the fields errorIssues, resultStatus, status, statusText in axiom
The text was updated successfully, but these errors were encountered:
I'm currently tracking this stuff:
But I'm only getting the fields
errorIssues
,resultStatus
,status
,statusText
in axiomThe text was updated successfully, but these errors were encountered: