Interface ErrorDescriptionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ErrorDescription,ErrorDescription.Builder
public interface ErrorDescriptionOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsDetails(String key) map<string, string> details = 8;string category = 1;com.google.protobuf.ByteStringstring category = 1;getCause()string cause = 6;com.google.protobuf.ByteStringstring cause = 6;getCode()string code = 2;com.google.protobuf.ByteStringstring code = 2;Deprecated.intmap<string, string> details = 8;map<string, string> details = 8;getDetailsOrDefault(String key, String defaultValue) map<string, string> details = 8;getDetailsOrThrow(String key) map<string, string> details = 8;string message = 5;com.google.protobuf.ByteStringstring message = 5;string stack_trace = 7;com.google.protobuf.ByteStringstring stack_trace = 7;intint32 status = 4;string trace_id = 3;com.google.protobuf.ByteStringstring trace_id = 3;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getCategory
String getCategory()string category = 1; -
getCategoryBytes
com.google.protobuf.ByteString getCategoryBytes()string category = 1; -
getCode
String getCode()string code = 2; -
getCodeBytes
com.google.protobuf.ByteString getCodeBytes()string code = 2; -
getTraceId
String getTraceId()string trace_id = 3; -
getTraceIdBytes
com.google.protobuf.ByteString getTraceIdBytes()string trace_id = 3; -
getStatus
int getStatus()int32 status = 4; -
getMessage
String getMessage()string message = 5; -
getMessageBytes
com.google.protobuf.ByteString getMessageBytes()string message = 5; -
getCause
String getCause()string cause = 6; -
getCauseBytes
com.google.protobuf.ByteString getCauseBytes()string cause = 6; -
getStackTrace
String getStackTrace()string stack_trace = 7; -
getStackTraceBytes
com.google.protobuf.ByteString getStackTraceBytes()string stack_trace = 7; -
getDetailsCount
int getDetailsCount()map<string, string> details = 8; -
containsDetails
map<string, string> details = 8; -
getDetails
Deprecated.UsegetDetailsMap()instead. -
getDetailsMap
map<string, string> details = 8; -
getDetailsOrDefault
map<string, string> details = 8; -
getDetailsOrThrow
map<string, string> details = 8;
-