Handler map for TypedError.match covering every code in E's static type. Omitting a code is a compile error naming exactly the missing code — this is how downstream keeps up when upstream widens its error union.
E
Handler map for TypedError.match covering every code in
E's static type. Omitting a code is a compile error naming exactly the missing code — this is how downstream keeps up when upstream widens its error union.