mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-03 18:50:05 +00:00
Compare commits
1 Commits
issue-688
...
error-body
| Author | SHA1 | Date | |
|---|---|---|---|
| a54df1e2cb |
@@ -21,7 +21,7 @@ export class ErrorResponse {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
interface ErrorBody {
|
export interface ErrorBody {
|
||||||
message: string
|
message: string
|
||||||
details: string
|
details: string
|
||||||
raw: any
|
raw: any
|
||||||
|
|||||||
@@ -11,3 +11,4 @@ export * from './RootFolderNotFoundError'
|
|||||||
export * from './JsonParseArrayError'
|
export * from './JsonParseArrayError'
|
||||||
export * from './WeboutResponseError'
|
export * from './WeboutResponseError'
|
||||||
export * from './InvalidJsonError'
|
export * from './InvalidJsonError'
|
||||||
|
export * from './ErrorResponse'
|
||||||
|
|||||||
Reference in New Issue
Block a user