type InvalidEmailError (v202502)Stay organized with collectionsSave and categorize content based on your preferences.
Page Summary
InvalidEmailError is caused by providing an invalid email address value for an email attribute.
This error type inherits from ApiError and is related to various services including CompanyService, ContactService, and UserService.
Key fields includefieldPath,fieldPathElements,trigger, anderrorStringfrom ApiError, as well as a specificreasonfor the InvalidEmailError, such asINVALID_FORMAT.
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."],[],["The content details services and errors within an API, specifically focusing on `InvalidEmailError`. Services include `CompanyService`, `ContactService`, `NetworkService`, `OrderService`, `PublisherQueryLanguageService`, and `UserService`. `InvalidEmailError` is a type of `ApiError`, which also include other errors like `ApiVersionError` or `AuthenticationError`. `InvalidEmailError` is triggered when a provided email is not valid, with the reason specifying `INVALID_FORMAT`. The namespace for the API is provided as well as the fields with information for the email errors.\n"]]