ErrorCodeMatch: {
    code:
        | string
        | RegExp
        | number
        | null
        | undefined;
    [k: string]: any;
}