always-panic - v0.10.1
    Preparing search index...

    Type Alias CodeContent<E>

    CodeContent: E extends TypedError<infer C, infer _M> ? C : never

    The union of error codes in E's static type — not the full enum of the class, but exactly the codes this value may carry. Distributes over unions, so XError<A> | XError<B> and XError<A | B> both give A | B.

    Type Parameters

    • E