Reference documentation and code samples for the Google Cloud Managed Lustre V1 API class Google::Cloud::Lustre::V1::ErrorLogEntry.
An entry describing an error that has occurred.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#error_details
def error_details() -> ::Array<::String>
    Returns
    
  - (::Array<::String>) — A list of messages that carry the error details.
#error_details=
def error_details=(value) -> ::Array<::String>
    Parameter
    
  - value (::Array<::String>) — A list of messages that carry the error details.
    Returns
    
  - (::Array<::String>) — A list of messages that carry the error details.
#uri
def uri() -> ::String
    Returns
    
  - (::String) — Required. A URL that refers to the target (a data source, a data sink, or an object) with which the error is associated.
#uri=
def uri=(value) -> ::String
    Parameter
    
  - value (::String) — Required. A URL that refers to the target (a data source, a data sink, or an object) with which the error is associated.
    Returns
    
- (::String) — Required. A URL that refers to the target (a data source, a data sink, or an object) with which the error is associated.