Type Alias HttpErrorCause

HttpErrorCause: (ResponseErrorCause | ContentTypeErrorCause) & {
    endpoint: string;
    headers: Headers;
    method: string;
}