public interface ErrorOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsDetails(String key)
Additional information about the error.
|
Map<String,String> |
getDetails()
Deprecated.
|
int |
getDetailsCount()
Additional information about the error.
|
Map<String,String> |
getDetailsMap()
Additional information about the error.
|
String |
getDetailsOrDefault(String key,
String defaultValue)
Additional information about the error.
|
String |
getDetailsOrThrow(String key)
Additional information about the error.
|
com.google.protobuf.Timestamp |
getErrorTime()
The time when the error occurred.
|
com.google.protobuf.TimestampOrBuilder |
getErrorTimeOrBuilder()
The time when the error occurred.
|
String |
getErrorUuid()
A unique identifier for this specific error,
allowing it to be traced throughout the system in logs and API responses.
|
com.google.protobuf.ByteString |
getErrorUuidBytes()
A unique identifier for this specific error,
allowing it to be traced throughout the system in logs and API responses.
|
String |
getMessage()
A message containing more information about the error that occurred.
|
com.google.protobuf.ByteString |
getMessageBytes()
A message containing more information about the error that occurred.
|
String |
getReason()
A title that explains the reason for the error.
|
com.google.protobuf.ByteString |
getReasonBytes()
A title that explains the reason for the error.
|
boolean |
hasErrorTime()
The time when the error occurred.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getReason()
A title that explains the reason for the error.
string reason = 1;com.google.protobuf.ByteString getReasonBytes()
A title that explains the reason for the error.
string reason = 1;String getErrorUuid()
A unique identifier for this specific error, allowing it to be traced throughout the system in logs and API responses.
string error_uuid = 2;com.google.protobuf.ByteString getErrorUuidBytes()
A unique identifier for this specific error, allowing it to be traced throughout the system in logs and API responses.
string error_uuid = 2;String getMessage()
A message containing more information about the error that occurred.
string message = 3;com.google.protobuf.ByteString getMessageBytes()
A message containing more information about the error that occurred.
string message = 3;boolean hasErrorTime()
The time when the error occurred.
.google.protobuf.Timestamp error_time = 4;com.google.protobuf.Timestamp getErrorTime()
The time when the error occurred.
.google.protobuf.Timestamp error_time = 4;com.google.protobuf.TimestampOrBuilder getErrorTimeOrBuilder()
The time when the error occurred.
.google.protobuf.Timestamp error_time = 4;int getDetailsCount()
Additional information about the error.
map<string, string> details = 5;boolean containsDetails(String key)
Additional information about the error.
map<string, string> details = 5;@Deprecated Map<String,String> getDetails()
getDetailsMap() instead.Map<String,String> getDetailsMap()
Additional information about the error.
map<string, string> details = 5;String getDetailsOrDefault(String key, String defaultValue)
Additional information about the error.
map<string, string> details = 5;Copyright © 2022 Google LLC. All rights reserved.