Reference documentation and code samples for the Storage Transfer Service V1 API class Google::Cloud::StorageTransfer::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.
#url
def url() -> ::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.
#url=
def url=(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.