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' field provides further information, such as INVALID_FORMAT for incorrect email structure.\u003c/p\u003e\n"],["\u003cp\u003eThe error belongs to the namespace \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202411\u003c/code\u003e.\u003c/p\u003e\n"]]],["The content outlines error handling within various services, including Company, Contact, Network, Order, and User services, all related to the API version v202411. Specifically, it details the `InvalidEmailError`, which is triggered when an invalid email address is provided. This error inherits from `ApiError` and includes fields like `fieldPath`, `fieldPathElements`, `trigger`, and `errorString`. The `InvalidEmailError`'s `reason` field specifies whether the format is invalid or if the reason is unknown.\n"],null,["# type InvalidEmailError (v202411)\n\n**Service** \n[CompanyService](/ad-manager/api/reference/v202411/CompanyService.InvalidEmailError) [ContactService](/ad-manager/api/reference/v202411/ContactService.InvalidEmailError) [NetworkService](/ad-manager/api/reference/v202411/NetworkService.InvalidEmailError) [OrderService](/ad-manager/api/reference/v202411/OrderService.InvalidEmailError) [PublisherQueryLanguageService](/ad-manager/api/reference/v202411/PublisherQueryLanguageService.InvalidEmailError) **UserService** **Inheritance** \n[ApiError](/ad-manager/api/reference/v202411/UserService.ApiError) \n▼\n[ApiVersionError](/ad-manager/api/reference/v202411/UserService.ApiVersionError) [AuthenticationError](/ad-manager/api/reference/v202411/UserService.AuthenticationError) [CollectionSizeError](/ad-manager/api/reference/v202411/UserService.CollectionSizeError) [CommonError](/ad-manager/api/reference/v202411/UserService.CommonError) [CustomFieldValueError](/ad-manager/api/reference/v202411/UserService.CustomFieldValueError) [EntityLimitReachedError](/ad-manager/api/reference/v202411/UserService.EntityLimitReachedError) [FeatureError](/ad-manager/api/reference/v202411/UserService.FeatureError) [InternalApiError](/ad-manager/api/reference/v202411/UserService.InternalApiError) **InvalidEmailError** [NotNullError](/ad-manager/api/reference/v202411/UserService.NotNullError) [ParseError](/ad-manager/api/reference/v202411/UserService.ParseError) [PermissionError](/ad-manager/api/reference/v202411/UserService.PermissionError) [PublisherQueryLanguageConte...](/ad-manager/api/reference/v202411/UserService.PublisherQueryLanguageContextError \"PublisherQueryLanguageContextError\") [PublisherQueryLanguageSynta...](/ad-manager/api/reference/v202411/UserService.PublisherQueryLanguageSyntaxError \"PublisherQueryLanguageSyntaxError\") [QuotaError](/ad-manager/api/reference/v202411/UserService.QuotaError) [RequiredCollectionError](/ad-manager/api/reference/v202411/UserService.RequiredCollectionError) [RequiredError](/ad-manager/api/reference/v202411/UserService.RequiredError) [ServerError](/ad-manager/api/reference/v202411/UserService.ServerError) [StatementError](/ad-manager/api/reference/v202411/UserService.StatementError) [StringFormatError](/ad-manager/api/reference/v202411/UserService.StringFormatError) [StringLengthError](/ad-manager/api/reference/v202411/UserService.StringLengthError) [TeamError](/ad-manager/api/reference/v202411/UserService.TeamError) [TimeZoneError](/ad-manager/api/reference/v202411/UserService.TimeZoneError) [TokenError](/ad-manager/api/reference/v202411/UserService.TokenError) [TypeError](/ad-manager/api/reference/v202411/UserService.TypeError) [UniqueError](/ad-manager/api/reference/v202411/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/v202411`\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/v202411/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/v202411/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 |"]]