mirror of
https://github.com/sasjs/adapter.git
synced 2025-12-11 01:14:36 +00:00
Compare commits
1 Commits
v4.3.2
...
error-body
| Author | SHA1 | Date | |
|---|---|---|---|
| a54df1e2cb |
@@ -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