Type Alias ResponseErrorCause

ResponseErrorCause: {
    cause: "responseStatus";
    status: number;
    statusText?: string;
}