@pwngh/economy-lab
    Preparing search index...

    Type Alias ErrorCode

    ErrorCode: typeof ERROR_CODES[keyof typeof ERROR_CODES]

    The union of every ERROR_CODES value, so a caller matching on error.code gets autocompletion and exhaustiveness instead of comparing against free-typed strings.