in eventmanager/eventmanager.go [115:117]
func jsonErrorResponse(err error) *common.Response { return &common.Response{StatusCode: http.StatusBadRequest, ErrorMessage: "Decoding json failed:" + err.Error()} }