Class: Google::Cloud::StorageTransfer::V1::ErrorLogEntry

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/storagetransfer/v1/transfer_types.rb

Overview

An entry describing an error that has occurred.

Instance Attribute Summary collapse

Instance Attribute Details

#error_details::Array<::String>

Returns A list of messages that carry the error details.

Returns:

  • (::Array<::String>)

    A list of messages that carry the error details.



1113
1114
1115
1116
# File 'proto_docs/google/storagetransfer/v1/transfer_types.rb', line 1113

class ErrorLogEntry
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#url::String

Returns 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.



1113
1114
1115
1116
# File 'proto_docs/google/storagetransfer/v1/transfer_types.rb', line 1113

class ErrorLogEntry
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end