Reference documentation and code samples for the Datastream V1alpha1 API class Google::Cloud::Datastream::V1alpha1::Error.
Represent a user-facing Error.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#details
def details() -> ::Google::Protobuf::Map{::String => ::String} Returns 
 - (::Google::Protobuf::Map{::String => ::String}) — Additional information about the error.
 
#details=
def details=(value) -> ::Google::Protobuf::Map{::String => ::String} Parameter 
 - value (::Google::Protobuf::Map{::String => ::String}) — Additional information about the error.
 
 Returns 
 - (::Google::Protobuf::Map{::String => ::String}) — Additional information about the error.
 
#error_time
def error_time() -> ::Google::Protobuf::Timestamp Returns 
 - (::Google::Protobuf::Timestamp) — The time when the error occurred.
 
#error_time=
def error_time=(value) -> ::Google::Protobuf::Timestamp Parameter 
 - value (::Google::Protobuf::Timestamp) — The time when the error occurred.
 
 Returns 
 - (::Google::Protobuf::Timestamp) — The time when the error occurred.
 
#error_uuid
def error_uuid() -> ::String Returns 
 - (::String) — A unique identifier for this specific error, allowing it to be traced throughout the system in logs and API responses.
 
#error_uuid=
def error_uuid=(value) -> ::String Parameter 
 - value (::String) — A unique identifier for this specific error, allowing it to be traced throughout the system in logs and API responses.
 
 Returns 
 - (::String) — A unique identifier for this specific error, allowing it to be traced throughout the system in logs and API responses.
 
#message
def message() -> ::String Returns 
 - (::String) — A message containing more information about the error that occurred.
 
#message=
def message=(value) -> ::String Parameter 
 - value (::String) — A message containing more information about the error that occurred.
 
 Returns 
 - (::String) — A message containing more information about the error that occurred.
 
#reason
def reason() -> ::String Returns 
 - (::String) — A title that explains the reason for the error.
 
#reason=
def reason=(value) -> ::String Parameter 
 - value (::String) — A title that explains the reason for the error.
 
 Returns 
 - (::String) — A title that explains the reason for the error.