Type Alias ReuploadDataFileHttpError

type ReuploadDataFileHttpError = {
    data: ErrorResponse;
    headers: Headers;
    status: 400 | 403 | 404 | 409 | 413 | 423;
}
Index

Properties

Properties

headers: Headers
status: 400 | 403 | 404 | 409 | 413 | 423