Class: Google::Ads::AdManager::V1::AdManagerError
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::AdManagerError
- 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
-
#details ⇒ ::Array<::Google::Protobuf::Any>
A list of messages that carry any additional error details.
-
#error_code ⇒ ::String
The unique identifying string for this error.
-
#field_path ⇒ ::String
The field path that triggered this error.
-
#message ⇒ ::String
A publisher appropriate explanation of this error.
-
#stack_trace ⇒ ::String
The stack trace that accompanies this error.
-
#trigger ⇒ ::String
The value that triggered this error.
Instance Attribute Details
#details ⇒ ::Array<::Google::Protobuf::Any>
Returns A list of messages that carry any additional error details.
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.
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.
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.
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.
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.
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 |