if(error instanceof NotFoundError) {
          return reply(Boom.notFound(error));
        } else if (error instanceof AlreadyRatedAssessmentError) {
          const errorHttpStatusCode = 412;
          const jsonApiError = new JSONAPIError({