public static interface Responses.ErrorResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorCode()
numeric identifier for error
|
String |
getErrorMessage()
human readable description
|
com.google.protobuf.ByteString |
getErrorMessageBytes()
human readable description
|
String |
getExceptions(int index)
exception stacktraces, many for linked exceptions.
|
com.google.protobuf.ByteString |
getExceptionsBytes(int index)
exception stacktraces, many for linked exceptions.
|
int |
getExceptionsCount()
exception stacktraces, many for linked exceptions.
|
List<String> |
getExceptionsList()
exception stacktraces, many for linked exceptions.
|
boolean |
getHasExceptions()
are there stacktraces contained?
|
Responses.RpcMetadata |
getMetadata()
optional .RpcMetadata metadata = 6; |
Responses.RpcMetadataOrBuilder |
getMetadataOrBuilder()
optional .RpcMetadata metadata = 6; |
Common.Severity |
getSeverity()
optional .Severity severity = 3; |
int |
getSeverityValue()
optional .Severity severity = 3; |
String |
getSqlState()
five-character standard-defined value
|
com.google.protobuf.ByteString |
getSqlStateBytes()
five-character standard-defined value
|
boolean |
hasMetadata()
optional .RpcMetadata metadata = 6; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getExceptionsList()
exception stacktraces, many for linked exceptions.
repeated string exceptions = 1;int getExceptionsCount()
exception stacktraces, many for linked exceptions.
repeated string exceptions = 1;String getExceptions(int index)
exception stacktraces, many for linked exceptions.
repeated string exceptions = 1;com.google.protobuf.ByteString getExceptionsBytes(int index)
exception stacktraces, many for linked exceptions.
repeated string exceptions = 1;boolean getHasExceptions()
are there stacktraces contained?
optional bool has_exceptions = 7;String getErrorMessage()
human readable description
optional string error_message = 2;com.google.protobuf.ByteString getErrorMessageBytes()
human readable description
optional string error_message = 2;int getSeverityValue()
optional .Severity severity = 3;Common.Severity getSeverity()
optional .Severity severity = 3;int getErrorCode()
numeric identifier for error
optional uint32 error_code = 4;String getSqlState()
five-character standard-defined value
optional string sql_state = 5;com.google.protobuf.ByteString getSqlStateBytes()
five-character standard-defined value
optional string sql_state = 5;boolean hasMetadata()
optional .RpcMetadata metadata = 6;Responses.RpcMetadata getMetadata()
optional .RpcMetadata metadata = 6;Responses.RpcMetadataOrBuilder getMetadataOrBuilder()
optional .RpcMetadata metadata = 6;Copyright © 2012–2016 The Apache Software Foundation. All rights reserved.