mirror of
https://github.com/sasjs/adapter.git
synced 2025-12-10 17:04:36 +00:00
fix: make ErrorBody interface public
So it could be used as a type in client
This commit is contained in:
@@ -21,7 +21,7 @@ export class ErrorResponse {
|
||||
}
|
||||
}
|
||||
|
||||
interface ErrorBody {
|
||||
export interface ErrorBody {
|
||||
message: string
|
||||
details: string
|
||||
raw: any
|
||||
|
||||
@@ -11,3 +11,4 @@ export * from './RootFolderNotFoundError'
|
||||
export * from './JsonParseArrayError'
|
||||
export * from './WeboutResponseError'
|
||||
export * from './InvalidJsonError'
|
||||
export * from './ErrorResponse'
|
||||
|
||||
Reference in New Issue
Block a user