You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This means you get a stack trace that does not include any information about the HTTP request and/or response:
Error:
at SignifyClient.fetch...
I suggest to include the pathname, the status code, statusText in the error description. The response body can be included as a property on the error. For example
Currently, the http status code is not included in the error information then signify client receives a non-OK response. See
signify-ts/src/keri/app/clienting.ts
Lines 211 to 214 in d311c1e
This means you get a stack trace that does not include any information about the HTTP request and/or response:
I suggest to include the pathname, the status code, statusText in the error description. The response body can be included as a property on the error. For example
Or create a new error type and add response body as a property.
The text was updated successfully, but these errors were encountered: