Skip to content
This repository was archived by the owner on Oct 17, 2023. It is now read-only.

Err Object #32

Open
jyoung488 opened this issue Mar 3, 2018 · 0 comments
Open

Err Object #32

jyoung488 opened this issue Mar 3, 2018 · 0 comments
Labels
legacy Related to legacy, non-OpenAPI SDK

Comments

@jyoung488
Copy link
Contributor

When using IIS/Azure functions, errors are returned when trying to return the err object as json http output so it'll return this type of error:
Error: ENOENT: no such file or directory, open 'D:\home\site\wwwroot\node_modules\hellosign-sdk\node_modules\when\when.js'

However, a workaround would be parse the err using this function:
JSON.parse(JSON.stringify(err))

@jtreminio-dropbox jtreminio-dropbox added the legacy Related to legacy, non-OpenAPI SDK label Mar 30, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
legacy Related to legacy, non-OpenAPI SDK
Projects
None yet
Development

No branches or pull requests

2 participants