type ImageError (v202411)
Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
The ImageError lists various errors associated with images in the Ad Manager API.
ImageError is an inherited class from ApiError, which provides common error details like field path, trigger data, and error string.
Specific reasons for ImageError include invalid format, incorrect size, animation issues, unsupported file types like CMYK JPEGs and Flash, and various other technical errors related to file content and processing.
The reason field of ImageError uses an enumeration to specify the exact nature of the image-related error.
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 provided content outlines various services and errors related to ad management. Key services include CreativeSetService, ForecastService, LineItemCreativeAssociationService, LineItemService, LineItemTemplateService, NativeStyleService, and OrderService. A detailed list of error types is provided, including ApiError, ImageError, and many others. ImageError specifically lists issues like invalid format, incorrect size, unsupported animation, or Flash file problems. ImageError reasons range from `INVALID_IMAGE` to `UNKNOWN`, detailing specific file or formatting problems.\n"]]