Type Alias UploadDataFileHttpError

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

Properties

Properties

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