ApiVersionError
|
Errors related to the usage of API versions.
Enumerations
-
UPDATE_TO_NEWER_VERSION
- Indicates that the operation is not allowed in the version the request
was made in.
-
UNKNOWN
- The value returned if the actual value is not exposed by the requested API version.
|
AuthenticationError
|
An error for an exception that occurred when authenticating.
Enumerations
-
AMBIGUOUS_SOAP_REQUEST_HEADER
- The SOAP message contains a request header with an ambiguous definition of the authentication
header fields. This means either the
authToken and oAuthToken fields were
both null or both were specified. Exactly one value should be specified with each request.
-
INVALID_EMAIL
- The login provided is invalid.
-
AUTHENTICATION_FAILED
- Tried to authenticate with provided information, but failed.
-
INVALID_OAUTH_SIGNATURE
- The OAuth provided is invalid.
-
INVALID_SERVICE
- The specified service to use was not recognized.
-
MISSING_SOAP_REQUEST_HEADER
- The SOAP message is missing a request header with an
authToken and optional networkCode .
-
MISSING_AUTHENTICATION_HTTP_HEADER
- The HTTP request is missing a request header with an
authToken
-
MISSING_AUTHENTICATION
- The request is missing an
authToken
-
NETWORK_API_ACCESS_DISABLED
- The network does not have API access enabled.
-
NO_NETWORKS_TO_ACCESS
- The user is not associated with any network.
-
NETWORK_NOT_FOUND
- No network for the given
networkCode was found.
-
NETWORK_CODE_REQUIRED
- The user has access to more than one network, but did not provide a
networkCode .
-
CONNECTION_ERROR
- An error happened on the server side during connection to authentication service.
-
GOOGLE_ACCOUNT_ALREADY_ASSOCIATED_WITH_NETWORK
- The user tried to create a test network using an account that already is associated with a
network.
-
UNDER_INVESTIGATION
- The account is blocked and under investigation by the collections team. Please contact Google
for more information.
-
UNKNOWN
- The value returned if the actual value is not exposed by the requested API version.
|
CollectionSizeError
|
Error for the size of the collection being too large
Enumerations
-
TOO_LARGE
-
UNKNOWN
- The value returned if the actual value is not exposed by the requested API version.
|
CommonError
|
A place for common errors that can be used across services.
Enumerations
-
NOT_FOUND
- Indicates that an attempt was made to retrieve an entity that does not
exist.
-
ALREADY_EXISTS
- Indicates that an attempt was made to create an entity that already
exists.
-
NOT_APPLICABLE
- Indicates that a value is not applicable for given use case.
-
DUPLICATE_OBJECT
- Indicates that two elements in the collection were identical.
-
CANNOT_UPDATE
- Indicates that an attempt was made to change an immutable field.
-
UNSUPPORTED_OPERATION
- Indicates that the requested operation is not supported.
-
CONCURRENT_MODIFICATION
- Indicates that another request attempted to update the same data in the same network
at about the same time. Please wait and try the request again.
-
UNKNOWN
- The value returned if the actual value is not exposed by the requested API version.
|
CreativeTemplateError
|
A catch-all error that lists all generic errors associated with CreativeTemplate.
Enumerations
-
CANNOT_PARSE_CREATIVE_TEMPLATE
- The XML of the creative template definition is malformed and cannot be parsed.
-
VARIABLE_DUPLICATE_UNIQUE_NAME
- A creative template has multiple variables with the same uniqueName.
-
VARIABLE_INVALID_UNIQUE_NAME
- The creative template contains a variable with invalid characters. Valid
characters are letters, numbers, spaces, forward slashes, dashes,
and underscores.
-
LIST_CHOICE_DUPLICATE_VALUE
- Multiple choices for a CreativeTemplateListStringVariable have the same value.
-
LIST_CHOICE_NEEDS_DEFAULT
- The choices for a CreativeTemplateListStringVariable do not contain the
default value.
-
LIST_CHOICES_EMPTY
- There are no choices specified for the list variable.
-
NO_TARGET_PLATFORMS
- No target platform is assigned to a creative template.
-
MULTIPLE_TARGET_PLATFORMS
- More than one target platform is assigned to a single creative template.
-
UNRECOGNIZED_PLACEHOLDER
- The formatter contains a placeholder which is not defined as a variable.
-
PLACEHOLDERS_NOT_IN_FORMATTER
- There are variables defined which are not being used in the formatter.
-
MISSING_INTERSTITIAL_MACRO
- The creative template is interstitial, but the formatter doesn't contain
an interstitial macro.
-
UNKNOWN
- The value returned if the actual value is not exposed by the requested API version.
|
CustomTargetingError
|
Lists all errors related to CustomTargetingKey and
CustomTargetingValue objects.
Enumerations
-
KEY_NOT_FOUND
- Requested CustomTargetingKey is not found.
-
KEY_COUNT_TOO_LARGE
- Number of CustomTargetingKey objects created exceeds the limit
allowed for the network.
-
KEY_NAME_DUPLICATE
-
CustomTargetingKey with the same CustomTargetingKey.name
already exists.
-
KEY_NAME_EMPTY
-
CustomTargetingKey.name is empty.
-
KEY_NAME_INVALID_LENGTH
-
CustomTargetingKey.name is too long.
-
KEY_NAME_INVALID_CHARS
-
CustomTargetingKey.name contains unsupported or reserved
characters.
-
KEY_NAME_RESERVED
-
CustomTargetingKey.name matches one of the reserved custom
targeting key names.
-
KEY_DISPLAY_NAME_INVALID_LENGTH
-
CustomTargetingKey.displayName is too long.
-
KEY_STATUS_NOT_ACTIVE
- Key is not active.
-
VALUE_NOT_FOUND
- Requested CustomTargetingValue is not found.
-
GET_VALUES_BY_STATEMENT_MUST_CONTAIN_KEY_ID
- The
WHERE clause in the Statement.query must always
contain CustomTargetingValue.customTargetingKeyId as one of its
columns in a way that it is AND'ed with the rest of the query.
-
VALUE_COUNT_FOR_KEY_TOO_LARGE
- The number of CustomTargetingValue objects associated with a
CustomTargetingKey exceeds the network limit. This is only
applicable for keys of type
CustomTargetingKey.Type#PREDEFINED .
-
VALUE_NAME_DUPLICATE
-
CustomTargetingValue with the same
CustomTargetingValue.name already exists.
-
VALUE_NAME_EMPTY
-
CustomTargetingValue.name is empty.
-
VALUE_NAME_INVALID_LENGTH
-
CustomTargetingValue.name is too long.
-
VALUE_NAME_INVALID_CHARS
-
CustomTargetingValue.name contains unsupported or reserved
characters.
-
VALUE_DISPLAY_NAME_INVALID_LENGTH
-
CustomTargetingValue.displayName is too long.
-
VALUE_MATCH_TYPE_NOT_ALLOWED
- Only Ad Manager 360 networks can have CustomTargetingValue.matchType
other than CustomTargetingValue.MatchType.EXACT.
-
VALUE_MATCH_TYPE_NOT_EXACT_FOR_PREDEFINED_KEY
- You can only create CustomTargetingValue objects with match type
CustomTargetingValue.MatchType.EXACT when associating
with CustomTargetingKey objects of type
CustomTargetingKey.Type.PREDEFINED
-
SUFFIX_MATCH_TYPE_NOT_ALLOWED
-
CustomTargetingValue object cannot have match type of
CustomTargetingValue.MatchType.SUFFIX when adding a
CustomTargetingValue to a line item.
-
CONTAINS_MATCH_TYPE_NOT_ALLOWED
-
CustomTargetingValue object cannot have match type of
CustomTargetingValue.MatchType.CONTAINS when adding a
CustomTargetingValue to targeting expression of a line item.
-
VALUE_STATUS_NOT_ACTIVE
- Value is not active.
-
KEY_WITH_MISSING_VALUES
- The CustomTargetingKey does not have any
CustomTargetingValue associated with it.
-
INVALID_VALUE_FOR_KEY
- The CustomTargetingKey has a CustomTargetingValue specified for which the
value is not a valid child.
-
CANNOT_OR_DIFFERENT_KEYS
-
CustomCriteriaSet.LogicalOperator.OR operation cannot be applied
to values with different keys.
-
INVALID_TARGETING_EXPRESSION
- Targeting expression is invalid. This can happen if the sequence of
operators is wrong, or a node contains invalid number of children.
-
DELETED_KEY_CANNOT_BE_USED_FOR_TARGETING
- The key has been deleted. CustomCriteria cannot have deleted
keys.
-
DELETED_VALUE_CANNOT_BE_USED_FOR_TARGETING
- The value has been deleted. CustomCriteria cannot have deleted
values.
-
VIDEO_BROWSE_BY_KEY_CANNOT_BE_USED_FOR_CUSTOM_TARGETING
- The key is set as the video browse-by key, which cannot be used for
custom targeting.
-
CANNOT_DELETE_CUSTOM_KEY_USED_IN_PARTNER_ASSIGNMENT_TARGETING
- Cannot delete a custom criteria key that is targeted by an active partner assignment.
-
CANNOT_DELETE_CUSTOM_VALUE_USED_IN_PARTNER_ASSIGNMENT_TARGETING
- Cannot delete a custom criteria value that is targeted by an active partner assignment.
-
CANNOT_TARGET_AUDIENCE_SEGMENT
-
AudienceSegment object cannot be targeted.
-
CANNOT_TARGET_THIRD_PARTY_AUDIENCE_SEGMENT
- Third party AudienceSegment cannot be targeted.
-
CANNOT_TARGET_INACTIVE_AUDIENCE_SEGMENT
- Inactive AudienceSegment object cannot be targeted.
-
INVALID_AUDIENCE_SEGMENTS
- Targeted AudienceSegment object is not valid.
-
CANNOT_TARGET_MAPPED_METADATA
- Mapped metadata key-values are deprecated and cannot be targeted.
-
ONLY_APPROVED_AUDIENCE_SEGMENTS_CAN_BE_TARGETED
- Targeted AudienceSegment objects have not been approved.
-
UNKNOWN
- The value returned if the actual value is not exposed by the requested API version.
|
EntityChildrenLimitReachedError
|
Lists errors relating to having too many children on an entity.
Enumerations
-
LINE_ITEM_LIMIT_FOR_ORDER_REACHED
- The number of line items on the order exceeds the max number of line items allowed per order
in the network.
-
CREATIVE_ASSOCIATION_LIMIT_FOR_LINE_ITEM_REACHED
- The number of creatives associated with the line item exceeds the max number of creatives
allowed to be associated with a line item in the network.
-
AD_UNIT_LIMIT_FOR_PLACEMENT_REACHED
- The number of ad units on the placement exceeds the max number of ad units
allowed per placement in the network.
-
TARGETING_EXPRESSION_LIMIT_FOR_LINE_ITEM_REACHED
- The number of targeting expressions on the line item exceeds the max number of targeting
expressions allowed per line item in the network.
-
TARGETING_EXPRESSION_SIZE_LIMIT_REACHED
- The size of a single targeting expression tree exceeds the max size allowed by the network.
-
CUSTOM_TARGETING_VALUES_FOR_KEY_LIMIT_REACHED
- The number of custom targeting values for the free-form or predefined custom targeting key
exceeds the max number allowed.
-
TARGETING_EXPRESSION_LIMIT_FOR_CREATIVES_ON_LINE_ITEM_REACHED
- The total number of targeting expressions on the creatives for the line item exceeds
the max number allowed per line item in the network.
-
ATTACHMENT_LIMIT_FOR_PROPOSAL_REACHED
- The number of attachments added to the proposal exceeds the max number
allowed per proposal in the network.
-
PROPOSAL_LINE_ITEM_LIMIT_FOR_PROPOSAL_REACHED
- The number of proposal line items on the proposal exceeds the max number
allowed per proposal in the network.
-
PRODUCT_LIMIT_FOR_PRODUCT_PACKAGE_REACHED
- The number of product package items on the product package exceeds the max number
allowed per product package in the network.
-
PRODUCT_TEMPLATE_AND_PRODUCT_BASE_RATE_LIMIT_FOR_RATE_CARD_REACHED
- The number of product template and product base rates on the rate card (including excluded
product base rates) exceeds the max number allowed per rate card in the network.
-
PRODUCT_PACKAGE_ITEM_BASE_RATE_LIMIT_FOR_RATE_CARD_REACHED
- The number of product package item base rates on the rate card exceeds the max number
allowed per rate card in the network.
-
PREMIUM_LIMIT_FOR_RATE_CARD_REACHED
- The number of premiums of the rate card exceeds the max number allowed per rate card
in the network.
-
AD_UNIT_LIMIT_FOR_AD_EXCLUSION_RULE_TARGETING_REACHED
- The number of ad units on
AdExclusionRule.inventoryTargeting exceeds the max number
of ad units allowed per ad exclusion rule inventory targeting in the network.
-
NATIVE_STYLE_LIMIT_FOR_NATIVE_AD_FORMAT_REACHED
- The number of native styles under the native creative template exceeds the
max number of native styles allowed per native creative template in the
network.
-
TARGETING_EXPRESSION_LIMIT_FOR_PRESENTATION_ASSIGNMENT_REACHED
- The number of targeting expressions on the native style exceeds the max number of targeting
expressions allowed per native style in the network.
-
UNKNOWN
- The value returned if the actual value is not exposed by the requested API version.
|
FeatureError
|
Errors related to feature management. If you attempt using a feature that is not available to
the current network you'll receive a FeatureError with the missing feature as the trigger.
Enumerations
-
MISSING_FEATURE
- A feature is being used that is not enabled on the current network.
-
UNKNOWN
- The value returned if the actual value is not exposed by the requested API version.
|
ImageError
|
Lists all errors associated with images.
Enumerations
-
INVALID_IMAGE
- The file's format is invalid.
-
INVALID_SIZE
-
Size.width and Size.height cannot be negative.
-
UNEXPECTED_SIZE
- The actual image size does not match the expected image size.
-
OVERLAY_SIZE_TOO_LARGE
- The size of the asset is larger than that of the overlay creative.
-
ANIMATED_NOT_ALLOWED
- Animated images are not allowed.
-
ANIMATION_TOO_LONG
- Animation length exceeded the allowed policy limit.
-
CMYK_JPEG_NOT_ALLOWED
- Images in CMYK color formats are not allowed.
-
FLASH_NOT_ALLOWED
- Flash files are not allowed.
-
FLASH_WITHOUT_CLICKTAG
- If
FlashCreative.clickTagRequired is true , then the flash
file is required to have a click tag embedded in it.
-
ANIMATED_VISUAL_EFFECT
- Animated visual effect is not allowed.
-
FLASH_ERROR
- An error was encountered in the flash file.
-
LAYOUT_PROBLEM
- Incorrect image layout.
-
FLASH_HAS_NETWORK_OBJECTS
- Flash files with network objects are not allowed.
-
FLASH_HAS_NETWORK_METHODS
- Flash files with network methods are not allowed.
-
FLASH_HAS_URL
- Flash files with hard-coded click thru URLs are not allowed.
-
FLASH_HAS_MOUSE_TRACKING
- Flash files with mouse tracking are not allowed.
-
FLASH_HAS_RANDOM_NUM
- Flash files that generate or use random numbers are not allowed.
-
FLASH_SELF_TARGETS
- Flash files with self targets are not allowed.
-
FLASH_BAD_GETURL_TARGET
- Flash file contains a bad geturl target.
-
FLASH_VERSION_NOT_SUPPORTED
- Flash or ActionScript version in the submitted file is not supported.
-
FILE_TOO_LARGE
- The uploaded file is too large.
-
SYSTEM_ERROR_IRS
- A system error occurred, please try again.
-
SYSTEM_ERROR_SCS
- A system error occurred, please try again.
-
UNEXPECTED_PRIMARY_ASSET_DENSITY
- The image density for a primary asset was not one of the expected image densities.
-
DUPLICATE_ASSET_DENSITY
- Two or more assets have the same image density.
-
MISSING_DEFAULT_ASSET
- The creative does not contain a primary asset. (For high-density creatives, the primary
asset must be a standard image file with 1x density.)
-
PREVERIFIED_MIMETYPE_NOT_ALLOWED
- preverified_mime_type is not in the client spec's allowlist.
-
UNKNOWN
- The value returned if the actual value is not exposed by the requested API version.
|
InternalApiError
|
Indicates that a server-side error has occured. InternalApiError s
are generally not the result of an invalid request or message sent by the
client.
Enumerations
-
UNEXPECTED_INTERNAL_API_ERROR
- API encountered an unexpected internal error.
-
TRANSIENT_ERROR
- A temporary error occurred during the request. Please retry.
-
UNKNOWN
- The cause of the error is not known or only defined in newer versions.
-
DOWNTIME
- The API is currently unavailable for a planned downtime.
-
ERROR_GENERATING_RESPONSE
- Mutate succeeded but server was unable to build response. Client should not retry mutate.
|
InvalidUrlError
|
Lists all errors associated with URLs.
Enumerations
-
ILLEGAL_CHARACTERS
- The URL contains invalid characters.
-
INVALID_FORMAT
- The format of the URL is not allowed. This could occur for a number of
reasons. For example, if an invalid scheme is specified (like "ftp://")
or if a port is specified when not required, or if a query was specified
when not required.
-
INSECURE_SCHEME
- URL contains insecure scheme.
-
NO_SCHEME
- The URL does not contain a scheme.
-
UNKNOWN
- The value returned if the actual value is not exposed by the requested API version.
|
InventoryTargetingError
|
Lists all inventory errors caused by associating a line item with a targeting
expression.
Enumerations
-
AT_LEAST_ONE_PLACEMENT_OR_INVENTORY_UNIT_REQUIRED
- At least one placement or inventory unit is required
-
INVENTORY_CANNOT_BE_TARGETED_AND_EXCLUDED
- The same inventory unit or placement cannot be targeted and excluded at
the same time
-
INVENTORY_UNIT_CANNOT_BE_TARGETED_IF_ANCESTOR_IS_TARGETED
- A child inventory unit cannot be targeted if its ancestor inventory unit
is also targeted.
-
INVENTORY_UNIT_CANNOT_BE_TARGETED_IF_ANCESTOR_IS_EXCLUDED
- A child inventory unit cannot be targeted if its ancestor inventory unit
is excluded.
-
INVENTORY_UNIT_CANNOT_BE_EXCLUDED_IF_ANCESTOR_IS_EXCLUDED
- A child inventory unit cannot be excluded if its ancestor inventory unit
is also excluded.
-
EXPLICITLY_TARGETED_INVENTORY_UNIT_CANNOT_BE_TARGETED
- An explicitly targeted inventory unit cannot be targeted.
-
EXPLICITLY_TARGETED_INVENTORY_UNIT_CANNOT_BE_EXCLUDED
- An explicitly targeted inventory unit cannot be excluded.
-
SELF_ONLY_INVENTORY_UNIT_NOT_ALLOWED
- A landing page-only ad unit cannot be targeted.
-
SELF_ONLY_INVENTORY_UNIT_WITHOUT_DESCENDANTS
- A landing page-only ad unit cannot be targeted if it doesn't have any
children.
-
YOUTUBE_AUDIENCE_SEGMENTS_CAN_ONLY_BE_TARGETED_WITH_YOUTUBE_SHARED_INVENTORY
- Audience segments shared from YouTube can only be targeted with inventory shared
from YouTube for cross selling.
-
UNKNOWN
- The value returned if the actual value is not exposed by the requested API version.
|
NativeStyleError
|
Errors for native styles.
Enumerations
-
ACTIVE_CREATIVE_TEMPLATE_REQUIRED
- Native styles can only be created under active creative templates.
-
INVALID_CUSTOM_TARGETING_MATCH_TYPE
- Targeting expressions on the NativeStyle can only have custom criteria targeting
with CustomTargetingValue.MatchType.EXACT.
-
INVALID_INVENTORY_TARTGETING_TYPE
- Native styles only allows inclusion of inventory units.
-
INVALID_STATUS
- The status of a native style cannot be null.
-
INVALID_TARGETING_TYPE
- Targeting expressions on the native style can only have inventory targeting and/or
custom targeting.
-
NATIVE_CREATIVE_TEMPLATE_REQUIRED
- Native styles can only be created under native creative templates.
-
TOO_MANY_CUSTOM_TARGETING_KEY_VALUES
- Targeting expressions on native styles can have a maximum of 20 key-value pairs.
-
UNIQUE_SNIPPET_REQUIRED
- Native styles must have an HTML snippet.
-
UNRECOGNIZED_MACRO
- The macro referenced in the snippet is not valid.
-
UNRECOGNIZED_PLACEHOLDER
- The snippet of the native style contains a placeholder which is not defined as a variable
on the creative template of this native style.
-
UNKNOWN
- The value returned if the actual value is not exposed by the requested API version.
|
NotNullError
|
Caused by supplying a null value for an attribute that cannot be null.
Enumerations
-
ARG1_NULL
- Assuming that a method will not have more than 3 arguments, if it does,
return NULL
-
ARG2_NULL
-
ARG3_NULL
-
NULL
-
UNKNOWN
- The value returned if the actual value is not exposed by the requested API version.
|
NullError
|
Caused by supplying a non-null value for an attribute that should be null.
Enumerations
-
NOT_NULL
-
UNKNOWN
- The value returned if the actual value is not exposed by the requested API version.
|
ParseError
|
Lists errors related to parsing.
Enumerations
-
UNPARSABLE
- Indicates an error in parsing an attribute.
-
UNKNOWN
- The value returned if the actual value is not exposed by the requested API version.
|
PermissionError
|
Errors related to incorrect permission.
Enumerations
-
PERMISSION_DENIED
- User does not have the required permission for the request.
-
UNKNOWN
- The value returned if the actual value is not exposed by the requested API version.
|
PublisherQueryLanguageContextError
|
An error that occurs while executing a PQL query contained in
a Statement object.
Enumerations
-
UNEXECUTABLE
- Indicates that there was an error executing the PQL.
-
UNKNOWN
- The value returned if the actual value is not exposed by the requested API version.
|
PublisherQueryLanguageSyntaxError
|
An error that occurs while parsing a PQL query contained in a
Statement object.
Enumerations
-
UNPARSABLE
- Indicates that there was a PQL syntax error.
-
UNKNOWN
- The value returned if the actual value is not exposed by the requested API version.
|
QuotaError
|
Describes a client-side error on which a user is attempting
to perform an action to which they have no quota remaining.
Enumerations
-
EXCEEDED_QUOTA
-
The number of requests made per second is too high and has exceeded
the allowable limit. The recommended approach to handle this error
is to wait about 5 seconds and then retry the request. Note that
this does not guarantee the request will succeed. If it fails
again, try increasing the wait time.
Another way to mitigate this error is to limit requests to 8 per
second for Ad Manager 360 accounts, or 2 per second for Ad Manager
accounts. Once again this does not guarantee that every request
will succeed, but may help reduce the number of times you receive
this error.
-
UNKNOWN
- The value returned if the actual value is not exposed by the requested API version.
-
REPORT_JOB_LIMIT
-
This user has exceeded the allowed number of new report requests
per hour (this includes both reports run via the UI and reports run
via ReportService.runReportJob). The recommended approach to handle this error
is to wait about 10 minutes and then retry the request. Note that
this does not guarantee the request will succeed. If it fails
again, try increasing the wait time.
Another way to mitigate this error is to limit the number of new
report requests to 250 per hour per user. Once again, this does not
guarantee that every request will succeed, but may help reduce the
number of times you receive this error.
-
SEGMENT_POPULATION_LIMIT
- This network has exceeded the allowed number of identifiers uploaded within a 24 hour period.
The recommended approach to handle this error is to wait 30 minutes and then retry the
request. Note that this does not guarantee the request will succeed. If it fails again, try
increasing the wait time.
|
RequiredCollectionError
|
A list of all errors to be used for validating sizes of collections.
Enumerations
-
REQUIRED
- A required collection is missing.
-
TOO_LARGE
- Collection size is too large.
-
TOO_SMALL
- Collection size is too small.
-
UNKNOWN
- The value returned if the actual value is not exposed by the requested API version.
|
RequiredError
|
Errors due to missing required field.
Enumerations
-
REQUIRED
- Missing required field.
|
RequiredSizeError
|
A list of all errors to be used for validating Size.
Enumerations
-
REQUIRED
-
Creative.size or LineItem.creativePlaceholders size is
missing.
-
NOT_ALLOWED
-
LineItemCreativeAssociation.sizes must be a subset of
LineItem.creativePlaceholders sizes.
-
UNKNOWN
- The value returned if the actual value is not exposed by the requested API version.
|
ServerError
|
Errors related to the server.
Enumerations
-
SERVER_ERROR
- Indicates that an unexpected error occured.
-
SERVER_BUSY
- Indicates that the server is currently experiencing a high load. Please
wait and try your request again.
-
UNKNOWN
- The value returned if the actual value is not exposed by the requested API version.
|
StatementError
|
An error that occurs while parsing Statement objects.
Enumerations
-
VARIABLE_NOT_BOUND_TO_VALUE
- A bind variable has not been bound to a value.
-
UNKNOWN
- The value returned if the actual value is not exposed by the requested API version.
|
StringFormatError
|
A list of error code for reporting invalid content of input strings.
Enumerations
-
UNKNOWN
-
ILLEGAL_CHARS
- The input string value contains disallowed characters.
-
INVALID_FORMAT
- The input string value is invalid for the associated field.
|
StringLengthError
|
Errors for Strings which do not meet given length constraints.
Enumerations
-
TOO_LONG
-
TOO_SHORT
-
UNKNOWN
- The value returned if the actual value is not exposed by the requested API version.
|
TeamError
|
Errors related to a Team.
Enumerations
-
ENTITY_NOT_ON_USERS_TEAMS
- User cannot use this entity because it is not on any of the user's teams.
-
AD_UNITS_NOT_ON_ORDER_TEAMS
- The targeted or excluded ad unit must be on the order's teams.
-
PLACEMENTS_NOT_ON_ORDER_TEAMS
- The targeted placement must be on the order's teams.
-
MISSING_USERS_TEAM
- Entity cannot be created because it is not on any of the user's teams.
-
ALL_TEAM_ASSOCIATION_NOT_ALLOWED
- A team that gives access to all entities of a given type cannot be
associated with an entity of that type.
-
INVALID_TEAM_ASSIGNMENT
- The assignment of team to entities is invalid.
-
CANNOT_UPDATE_INACTIVE_TEAM
- Cannot modify or create a team with an inactive status.
-
UNKNOWN
- The value returned if the actual value is not exposed by the requested API version.
|
UniqueError
|
An error for a field which must satisfy a uniqueness constraint
|