[[["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 potential `AssetError.Reason` values encountered within various services like `CreativeService`, `LineItemService`, and `OrderService`. These errors relate to asset management, including `NON_UNIQUE_NAME`, overly long (`FILE_NAME_TOO_LONG`) or large (`FILE_SIZE_TOO_LARGE`) files. Other errors include missing dynamic allocation parameters (client, height, width, format), invalid code snippet parameter values, invalid asset IDs, or unknown issues. This provides a comprehensive list of asset errors.\n"],null,["# enum AssetError.Reason (v202502)\n\n**Service** \n[CreativeService](/ad-manager/api/reference/v202502/CreativeService.AssetError.Reason) [CreativeSetService](/ad-manager/api/reference/v202502/CreativeSetService.AssetError.Reason) [ForecastService](/ad-manager/api/reference/v202502/ForecastService.AssetError.Reason) [LineItemCreativeAssociationService](/ad-manager/api/reference/v202502/LineItemCreativeAssociationService.AssetError.Reason) **LineItemService** [LineItemTemplateService](/ad-manager/api/reference/v202502/LineItemTemplateService.AssetError.Reason) [OrderService](/ad-manager/api/reference/v202502/OrderService.AssetError.Reason) **Dependencies** \n[AssetError](/ad-manager/api/reference/v202502/LineItemService.AssetError) \n▼\n**AssetError.Reason**\n\nThe reasons for the target error.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202502`\n\n| Enumeration | Description |\n|----------------------------------------------|-------------------------------------------------------------------------------------|\n| `NON_UNIQUE_NAME` | An asset name must be unique across advertiser. |\n| `FILE_NAME_TOO_LONG` | The file name is too long. |\n| `FILE_SIZE_TOO_LARGE` | The file size is too large. |\n| `MISSING_REQUIRED_DYNAMIC_ALLOCATION_CLIENT` | Required client code is not present in the code snippet. |\n| `MISSING_REQUIRED_DYNAMIC_ALLOCATION_HEIGHT` | Required height is not present in the code snippet. |\n| `MISSING_REQUIRED_DYNAMIC_ALLOCATION_WIDTH` | Required width is not present in the code snippet. |\n| `MISSING_REQUIRED_DYNAMIC_ALLOCATION_FORMAT` | Required format is not present in the mobile code snippet. |\n| `INVALID_CODE_SNIPPET_PARAMETER_VALUE` | The parameter value in the code snippet is invalid. |\n| `INVALID_ASSET_ID` | Invalid asset Id. |\n| `UNKNOWN` | The value returned if the actual value is not exposed by the requested API version. |"]]