Reason
Stay organized with collections
Save and categorize content based on your preferences.
Possible reasons for creative ingest failure.
Enums |
REASON_UNSPECIFIED |
Default value. |
DOWNLOAD_ERROR |
HTTP download failed. |
INTERNAL_ERROR |
Internal error. |
INVALID_MEDIA |
Invalid media. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-31 UTC.
[[["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 2024-10-31 UTC."],[[["\u003cp\u003eCreative ingests can fail due to issues such as download errors, internal system problems, or invalid media formats.\u003c/p\u003e\n"],["\u003cp\u003eThe specific reason for a creative ingest failure can be identified using the provided error codes, which include \u003ccode\u003eDOWNLOAD_ERROR\u003c/code\u003e, \u003ccode\u003eINTERNAL_ERROR\u003c/code\u003e, and \u003ccode\u003eINVALID_MEDIA\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eWhen a creative ingest fails, a default reason of \u003ccode\u003eREASON_UNSPECIFIED\u003c/code\u003e is assigned if no specific reason can be determined.\u003c/p\u003e\n"]]],["Creative ingest failures can occur for several reasons. These include `DOWNLOAD_ERROR`, indicating a failed HTTP download. `INTERNAL_ERROR` suggests an issue within the system. `INVALID_MEDIA` signifies that the media file itself is not valid. The `REASON_UNSPECIFIED` enum represents a default value when the specific failure cause isn't known. These enums are used to specify and categorize the cause of failures during the creative ingestion process.\n"],null,["# Reason\n\nPossible reasons for creative ingest failure.\n\n| Enums ||\n|----------------------|-----------------------|\n| `REASON_UNSPECIFIED` | Default value. |\n| `DOWNLOAD_ERROR` | HTTP download failed. |\n| `INTERNAL_ERROR` | Internal error. |\n| `INVALID_MEDIA` | Invalid media. |"]]