Type Alias ErrorCallback

ErrorCallback: (
    code: HttpStatusCode,
    message: string,
    api: UploadAPI | null,
) => void

Type Declaration

    • (code: HttpStatusCode, message: string, api: UploadAPI | null): void
    • Parameters

      • code: HttpStatusCode
      • message: string
      • api: UploadAPI | null

      Returns void

Was this helpful?

Upload JS
Reference
ErrorCallback