[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[],null,["# Interface ErrorOrBuilder (0.16.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.16.0 (latest)](/java/docs/reference/google-cloudevent-types/latest/com.google.events.cloud.datastream.v1.ErrorOrBuilder)\n- [0.15.0](/java/docs/reference/google-cloudevent-types/0.15.0/com.google.events.cloud.datastream.v1.ErrorOrBuilder)\n- [0.14.1](/java/docs/reference/google-cloudevent-types/0.14.1/com.google.events.cloud.datastream.v1.ErrorOrBuilder) \n\n public interface ErrorOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\n[MessageOrBuilder](https://cloud.google.com/java/docs/reference/protobuf/latest/com.google.protobuf.MessageOrBuilder.html)\n\nMethods\n-------\n\n### containsDetails(String key)\n\n public abstract boolean containsDetails(String key)\n\nAdditional information about the error.\n\n`map\u003cstring, string\u003e details = 5;`\n\n### getDetails()\n\n public abstract Map\u003cString,String\u003e getDetails()\n\nUse [#getDetailsMap()](/java/docs/reference/google-cloudevent-types/latest/com.google.events.cloud.datastream.v1.ErrorOrBuilder#com_google_events_cloud_datastream_v1_ErrorOrBuilder_getDetailsMap__) instead.\n\n### getDetailsCount()\n\n public abstract int getDetailsCount()\n\nAdditional information about the error.\n\n`map\u003cstring, string\u003e details = 5;`\n\n### getDetailsMap()\n\n public abstract Map\u003cString,String\u003e getDetailsMap()\n\nAdditional information about the error.\n\n`map\u003cstring, string\u003e details = 5;`\n\n### getDetailsOrDefault(String key, String defaultValue)\n\n public abstract String getDetailsOrDefault(String key, String defaultValue)\n\nAdditional information about the error.\n\n`map\u003cstring, string\u003e details = 5;`\n\n### getDetailsOrThrow(String key)\n\n public abstract String getDetailsOrThrow(String key)\n\nAdditional information about the error.\n\n`map\u003cstring, string\u003e details = 5;`\n\n### getErrorTime()\n\n public abstract Timestamp getErrorTime()\n\nThe time when the error occurred.\n\n`.google.protobuf.Timestamp error_time = 4;`\n\n### getErrorTimeOrBuilder()\n\n public abstract TimestampOrBuilder getErrorTimeOrBuilder()\n\nThe time when the error occurred.\n\n`.google.protobuf.Timestamp error_time = 4;`\n\n### getErrorUuid()\n\n public abstract String getErrorUuid()\n\nA unique identifier for this specific error,\nallowing it to be traced throughout the system in logs and API responses.\n\n`string error_uuid = 2;`\n\n### getErrorUuidBytes()\n\n public abstract ByteString getErrorUuidBytes()\n\nA unique identifier for this specific error,\nallowing it to be traced throughout the system in logs and API responses.\n\n`string error_uuid = 2;`\n\n### getMessage()\n\n public abstract String getMessage()\n\nA message containing more information about the error that occurred.\n\n`string message = 3;`\n\n### getMessageBytes()\n\n public abstract ByteString getMessageBytes()\n\nA message containing more information about the error that occurred.\n\n`string message = 3;`\n\n### getReason()\n\n public abstract String getReason()\n\nA title that explains the reason for the error.\n\n`string reason = 1;`\n\n### getReasonBytes()\n\n public abstract ByteString getReasonBytes()\n\nA title that explains the reason for the error.\n\n`string reason = 1;`\n\n### hasErrorTime()\n\n public abstract boolean hasErrorTime()\n\nThe time when the error occurred.\n\n`.google.protobuf.Timestamp error_time = 4;`"]]