Sha256: e89b646dd1990254d60b9f78c24a92bb6b15bf1ae29c2d700390e07a252c7eaa

Contents?: true

Size: 884 Bytes

Versions: 7

Compression:

Stored size: 884 Bytes

Contents

// Copyright 2012 Cloudera Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.

namespace cpp impala
namespace java com.cloudera.impala.thrift
namespace rb Impala.Protocol

enum TStatusCode {
  OK,
  CANCELLED,
  ANALYSIS_ERROR,
  NOT_IMPLEMENTED_ERROR,
  RUNTIME_ERROR,
  INTERNAL_ERROR
}

struct TStatus {
  1: required TStatusCode status_code
  2: list<string> error_msgs
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
impala-0.1.6 thrift/Status.thrift
impala-0.1.5 thrift/Status.thrift
impala-0.1.4 thrift/Status.thrift
impala-0.1.3 thrift/Status.thrift
impala-0.1.2 thrift/Status.thrift
impala-0.1.1 thrift/Status.thrift
impala-0.1.0 thrift/Status.thrift