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