UNPKG

upload-js

Version:

File Upload Library — Upload.js gives developers AJAX multipart file uploading via XHR 🚀 Comes with Cloud Storage 🌐

7 lines (6 loc) 239 B
import { ErrorResponse } from "@upload-io/upload-api-client-upload-js"; export declare class UploadApiError extends Error { readonly errorCode: string; readonly details: any | undefined; constructor(response: ErrorResponse); }