1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-16 00:20:06 +00:00

fix(error-handling): added InternalServerError

This commit is contained in:
Yury Shkoda
2021-03-10 14:43:47 +03:00
parent 599c130395
commit 719135e366
16 changed files with 76 additions and 34 deletions

View File

@@ -1,6 +1,6 @@
import { isUrl } from './utils'
import { UploadFile } from './types/UploadFile'
import { ErrorResponse, LoginRequiredError } from './types'
import { ErrorResponse, LoginRequiredError } from './types/errors'
import { RequestClient } from './request/RequestClient'
export class FileUploader {