A parsed copy of the field path. For example, the field path "operations[1].operand"
corresponds to this list: {FieldPathElement(field = "operations", index = 1),
FieldPathElement(field = "operand", index = null)}.
trigger
xsd:string
The data that caused the error.
errorString
xsd:string
A simple string representation of the error and reason.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-06 UTC."],[[["\u003cp\u003eThe InvalidEmailError occurs when an invalid email address is provided for an email attribute.\u003c/p\u003e\n"],["\u003cp\u003eThis error is part of the UserService and inherits from the ApiError class.\u003c/p\u003e\n"],["\u003cp\u003eIt includes details like field path, trigger, and a specific reason for the invalid email.\u003c/p\u003e\n"],["\u003cp\u003eThe reason for the error can be either an invalid format or unknown based on the API version.\u003c/p\u003e\n"],["\u003cp\u003eThis error belongs to the \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202408\u003c/code\u003e namespace.\u003c/p\u003e\n"]]],["The provided content outlines error handling within several services, including Company, Contact, Network, Order, PublisherQueryLanguage, and User services. It details `InvalidEmailError`, which occurs when an invalid email address is provided. This error inherits from `ApiError` and includes fields like `fieldPath`, `trigger`, and `errorString`. The specific `InvalidEmailError` has a `reason` field, which can be `INVALID_FORMAT` or `UNKNOWN`, clarifying the email validation failure. The field path can be parsed into elements.\n"],null,["# type InvalidEmailError (v202408)\n\n**Service** \n[CompanyService](/ad-manager/api/reference/v202408/CompanyService.InvalidEmailError) [ContactService](/ad-manager/api/reference/v202408/ContactService.InvalidEmailError) [NetworkService](/ad-manager/api/reference/v202408/NetworkService.InvalidEmailError) [OrderService](/ad-manager/api/reference/v202408/OrderService.InvalidEmailError) [PublisherQueryLanguageService](/ad-manager/api/reference/v202408/PublisherQueryLanguageService.InvalidEmailError) **UserService** **Inheritance** \n[ApiError](/ad-manager/api/reference/v202408/UserService.ApiError) \n▼\n[ApiVersionError](/ad-manager/api/reference/v202408/UserService.ApiVersionError) [AuthenticationError](/ad-manager/api/reference/v202408/UserService.AuthenticationError) [CollectionSizeError](/ad-manager/api/reference/v202408/UserService.CollectionSizeError) [CommonError](/ad-manager/api/reference/v202408/UserService.CommonError) [CustomFieldValueError](/ad-manager/api/reference/v202408/UserService.CustomFieldValueError) [EntityLimitReachedError](/ad-manager/api/reference/v202408/UserService.EntityLimitReachedError) [FeatureError](/ad-manager/api/reference/v202408/UserService.FeatureError) [InternalApiError](/ad-manager/api/reference/v202408/UserService.InternalApiError) **InvalidEmailError** [NotNullError](/ad-manager/api/reference/v202408/UserService.NotNullError) [ParseError](/ad-manager/api/reference/v202408/UserService.ParseError) [PermissionError](/ad-manager/api/reference/v202408/UserService.PermissionError) [PublisherQueryLanguageConte...](/ad-manager/api/reference/v202408/UserService.PublisherQueryLanguageContextError \"PublisherQueryLanguageContextError\") [PublisherQueryLanguageSynta...](/ad-manager/api/reference/v202408/UserService.PublisherQueryLanguageSyntaxError \"PublisherQueryLanguageSyntaxError\") [QuotaError](/ad-manager/api/reference/v202408/UserService.QuotaError) [RequiredCollectionError](/ad-manager/api/reference/v202408/UserService.RequiredCollectionError) [RequiredError](/ad-manager/api/reference/v202408/UserService.RequiredError) [ServerError](/ad-manager/api/reference/v202408/UserService.ServerError) [StatementError](/ad-manager/api/reference/v202408/UserService.StatementError) [StringFormatError](/ad-manager/api/reference/v202408/UserService.StringFormatError) [StringLengthError](/ad-manager/api/reference/v202408/UserService.StringLengthError) [TeamError](/ad-manager/api/reference/v202408/UserService.TeamError) [TimeZoneError](/ad-manager/api/reference/v202408/UserService.TimeZoneError) [TokenError](/ad-manager/api/reference/v202408/UserService.TokenError) [TypeError](/ad-manager/api/reference/v202408/UserService.TypeError) [UniqueError](/ad-manager/api/reference/v202408/UserService.UniqueError)\n\nCaused by supplying a value for an email attribute that is not a valid\nemail address.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\n\n| Field ----- ||\n|-------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| **`ApiError` (inherited)** ||\n| ### `fieldPath` | ` `xsd:`string` The OGNL field path to identify cause of error. |\n| ### `fieldPathElements` | ` `[FieldPathElement](/ad-manager/api/reference/v202408/UserService.FieldPathElement)`[]` A parsed copy of the field path. For example, the field path \"operations\\[1\\].operand\" corresponds to this list: {FieldPathElement(field = \"operations\", index = 1), FieldPathElement(field = \"operand\", index = null)}. |\n| ### `trigger` | ` `xsd:`string` The data that caused the error. |\n| ### `errorString` | ` `xsd:`string` A simple string representation of the error and reason. |\n| **`InvalidEmailError`** ||\n| ### `reason` | ` `[InvalidEmailError.Reason](/ad-manager/api/reference/v202408/UserService.InvalidEmailError.Reason)` ` *** ** * ** *** **Enumerations** `INVALID_FORMAT` : The value is not a valid email address. `UNKNOWN` : The value returned if the actual value is not exposed by the requested API version. \u003cbr /\u003e |"]]