type ImageError (v202411)
Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
ImageError lists all errors associated with images within the NativeStyleService namespace.
ImageError inherits from ApiError and includes fields like fieldPath, trigger, and errorString.
Specific reasons for ImageError are provided via the reason field, including issues like invalid format, size mismatches, animated image restrictions, and system errors.
Enumerations for the ImageError reason cover a range of issues from file format and size problems to Flash-specific errors and general system problems.
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 document details services and errors related to image handling within the Ad Manager API. Key services include CreativeService, CreativeSetService, ForecastService, and others. The primary focus is on `ImageError`, which encompasses issues like `INVALID_IMAGE`, `INVALID_SIZE`, `FILE_TOO_LARGE`, and `FLASH_NOT_ALLOWED`. `ApiError` is inherited and contains `fieldPath`, `trigger`, and `errorString`. `ImageError` provides reasons for errors, represented by enums, and details the various possible image related problems.\n"]]