Sha256: 8b887c22381e7edb1f82ae60c573e22040bd6da9befc8a3d8a13bd881378822f

Contents?: true

Size: 906 Bytes

Versions: 9

Compression:

Stored size: 906 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,
  MEM_LIMIT_EXCEEDED,
  INTERNAL_ERROR
}

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

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
impala-0.5.1 thrift/Status.thrift
impala-0.5.0 thrift/Status.thrift
impala-0.4.3 thrift/Status.thrift
impala-0.4.2 thrift/Status.thrift
impala-0.4.1 thrift/Status.thrift
impala-0.4.0 thrift/Status.thrift
impala-0.3.1 thrift/Status.thrift
impala-0.3.0 thrift/Status.thrift
impala-0.2.0 thrift/Status.thrift