A Response object derived from this exception.
@override Response get response { return new Response(statusCode, null, {"error": message}) ..contentType = ContentType.JSON; }