It would be nice if blocks could output an error message. Maybe send a 4xx/5xx status code along with an object that looks something like this: ``` javascript { message: "Block failed because..." } ```