public interface ErrorDetailsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsDetails(String key)
Additional structured details about this error.
|
Map<String,String> |
getDetails()
Deprecated.
|
int |
getDetailsCount()
Additional structured details about this error.
|
Map<String,String> |
getDetailsMap()
Additional structured details about this error.
|
String |
getDetailsOrDefault(String key,
String defaultValue)
Additional structured details about this error.
|
String |
getDetailsOrThrow(String key)
Additional structured details about this error.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getDetailsCount()
Additional structured details about this error. Keys define the failure items. Value describes the exception or details of the item.
map<string, string> details = 1;boolean containsDetails(String key)
Additional structured details about this error. Keys define the failure items. Value describes the exception or details of the item.
map<string, string> details = 1;@Deprecated Map<String,String> getDetails()
getDetailsMap() instead.Map<String,String> getDetailsMap()
Additional structured details about this error. Keys define the failure items. Value describes the exception or details of the item.
map<string, string> details = 1;String getDetailsOrDefault(String key, String defaultValue)
Additional structured details about this error. Keys define the failure items. Value describes the exception or details of the item.
map<string, string> details = 1;Copyright © 2024 Google LLC. All rights reserved.