Class: Google::Ads::AdManager::V1::AdManagerError

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

Overview

/ AdManagerError contains all the information required for processing a / particular error thrown by the AdManager API. / / At least one AdManagerError should be included in all error messages sent to / the client.

Instance Attribute Summary collapse

Instance Attribute Details

#details::Array<::Google::Protobuf::Any>

Returns A list of messages that carry any additional error details.

Returns:



47
48
49
50
# File 'proto_docs/google/ads/admanager/v1/admanager_error.rb', line 47

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

#error_code::String

Returns The unique identifying string for this error.

Returns:

  • (::String)

    The unique identifying string for this error.



47
48
49
50
# File 'proto_docs/google/ads/admanager/v1/admanager_error.rb', line 47

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

#field_path::String

Returns The field path that triggered this error.

Returns:

  • (::String)

    The field path that triggered this error.



47
48
49
50
# File 'proto_docs/google/ads/admanager/v1/admanager_error.rb', line 47

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

#message::String

Returns A publisher appropriate explanation of this error.

Returns:

  • (::String)

    A publisher appropriate explanation of this error.



47
48
49
50
# File 'proto_docs/google/ads/admanager/v1/admanager_error.rb', line 47

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

#stack_trace::String

Returns The stack trace that accompanies this error.

Returns:

  • (::String)

    The stack trace that accompanies this error.



47
48
49
50
# File 'proto_docs/google/ads/admanager/v1/admanager_error.rb', line 47

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

#trigger::String

Returns The value that triggered this error.

Returns:

  • (::String)

    The value that triggered this error.



47
48
49
50
# File 'proto_docs/google/ads/admanager/v1/admanager_error.rb', line 47

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