Effect CommunityEC
Effect Community2y ago
2 replies
Cole

Documentation for Formatting `ParseError` with Various States and UUIDs

Is there documentation for the variety of ways to format ParseError?
{ readonly code: WorkOS code; readonly state?: UUID | undefined }
└─ ["state"]
   └─ UUID | undefined
      ├─ Invalid login requester
      │  └─ Predicate refinement failure
      │     └─ Invalid login requester
      └─ Expected undefined, actual "494e2565-"
Was this page helpful?