public static interface Databricks.DatabricksServiceExceptionProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Databricks.ErrorCode |
getErrorCode()
optional .ErrorCode error_code = 1; |
String |
getMessage()
optional string message = 2; |
com.google.protobuf.ByteString |
getMessageBytes()
optional string message = 2; |
String |
getStackTrace()
optional string stack_trace = 3; |
com.google.protobuf.ByteString |
getStackTraceBytes()
optional string stack_trace = 3; |
boolean |
hasErrorCode()
optional .ErrorCode error_code = 1; |
boolean |
hasMessage()
optional string message = 2; |
boolean |
hasStackTrace()
optional string stack_trace = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasErrorCode()
optional .ErrorCode error_code = 1;
Databricks.ErrorCode getErrorCode()
optional .ErrorCode error_code = 1;
boolean hasMessage()
optional string message = 2;
String getMessage()
optional string message = 2;
com.google.protobuf.ByteString getMessageBytes()
optional string message = 2;
boolean hasStackTrace()
optional string stack_trace = 3;
String getStackTrace()
optional string stack_trace = 3;
com.google.protobuf.ByteString getStackTraceBytes()
optional string stack_trace = 3;
Copyright © 2018. All rights reserved.