ErrorMatcher: MatchOptions & {
    __error?: E;
    codes: StatusCodePredicate;
    enc: Encoding;
    err: true;
    errorClass: ErrorClassType | undefined;
    sse?: SseOptions;
}

Type Parameters

  • E