Errors

Deno KV supports the storing of errors that are able to be structurally cloned.

When displayed in kview, the type, message and if available, the stack will be displayed for the error. For example:

Type: TypeError
Message: That should have been a number.
Stack:
TypeError: That should have been a number.
  at <anonymous>:3:4