Results 574 comments of Mark S. Miller

> This seems like a case where the marshal layer could safely omit the extra unused properties of an error rather than fail to transit. Marshal is indeed already supposed...

What about the `name`? What about error-id? > an ordinary, hardened object ... Symbol.for('passStyle') set to "error" Being pedantic, by definition if the Symbol.for('passStyle') is set to something, that it...

The only parts of an error that should be serialized are those that obviously do not need to be further redacted. The most useful part of almost any error is...

Censored by what? Are you logging the error to the console? Are you running with the default ses console (the "causal console")? > my primary interest is a better developer...

Sorry, I answered in haste before rereading the thread to remind myself of the context. Better answer coming soon I hope.

Ok, rereading the thread, I need to know more about "the context of my work...the backend throws an error" Do you have a console log from each? What do you...

Added the security label because of the information leak.

What about https://github.com/Agoric/agoric-sdk/pull/8700 ? It, likewise, seems to be almost all improvements in the use of harden which would be valuable regardless, and could get merged early. Yes?

I think if you `rebase -i` onto current (post merge) master and `push --force`, that should clean it up. yes?