diff options
Diffstat (limited to 'packages/taler-util/src/errors.ts')
-rw-r--r-- | packages/taler-util/src/errors.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/taler-util/src/errors.ts b/packages/taler-util/src/errors.ts index 6becf7963..deb5d017b 100644 --- a/packages/taler-util/src/errors.ts +++ b/packages/taler-util/src/errors.ts @@ -107,6 +107,10 @@ export interface DetailsMap { requestUrl: string; requestMethod: string; httpStatusCode: number; + /** + * Original response which is malformed + */ + response?: string; validationError?: string; /** * Content type of the response, usually only specified if not the |