Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 23B2E200B71 for ; Wed, 31 Aug 2016 22:48:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 22495160AB5; Wed, 31 Aug 2016 20:48:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 99F17160AB4 for ; Wed, 31 Aug 2016 22:48:21 +0200 (CEST) Received: (qmail 77166 invoked by uid 500); 31 Aug 2016 20:48:20 -0000 Mailing-List: contact issues-help@drill.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@drill.apache.org Delivered-To: mailing list issues@drill.apache.org Received: (qmail 76949 invoked by uid 99); 31 Aug 2016 20:48:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Aug 2016 20:48:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 8A7212C1B7F for ; Wed, 31 Aug 2016 20:48:20 +0000 (UTC) Date: Wed, 31 Aug 2016 20:48:20 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (DRILL-4586) Create CLIENT ErrorType MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 31 Aug 2016 20:48:22 -0000 [ https://issues.apache.org/jira/browse/DRILL-4586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15453316#comment-15453316 ] ASF GitHub Bot commented on DRILL-4586: --------------------------------------- Github user parthchandra commented on the issue: https://github.com/apache/drill/pull/567 Per my understanding User Exception was meant for errors on the server side that are to bet sent back to the user. Are you extending that definition? > Create CLIENT ErrorType > ----------------------- > > Key: DRILL-4586 > URL: https://issues.apache.org/jira/browse/DRILL-4586 > Project: Apache Drill > Issue Type: Improvement > Reporter: Sudheesh Katkam > Assignee: Parth Chandra > > To display client errors with nice messages, we use "system error". However system error which is not meant to be used when we want to display a proper error message. System errors are meant for unexpected errors that don't have a "nice" error message yet. -- This message was sent by Atlassian JIRA (v6.3.4#6332)