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.
The format of the URL is not allowed. This could occur for a number of
reasons. For example, if an invalid scheme is specified (like "ftp://")
or if a port is specified when not required, or if a query was specified
when not required.
INSECURE_SCHEME
URL contains insecure scheme.
NO_SCHEME
The URL does not contain a scheme.
UNKNOWN
The value returned if the actual value is not exposed by the requested API version.
[[["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 various services like AdjustmentService, CdnConfigurationService, CompanyService, ContentService, and others related to ad management. It outlines error handling through inheritance from `ApiError`, including `InvalidUrlError`. The document also defines `InvalidUrlError` reasons, such as `ILLEGAL_CHARACTERS`, `INVALID_FORMAT`, `INSECURE_SCHEME`, `NO_SCHEME`, and `UNKNOWN`, along with fields like `fieldPath`, `fieldPathElements`, `trigger`, and `errorString`, and the associated namespaces.\n"],null,["# type InvalidUrlError (v202502)\n\n**Service** \n[AdjustmentService](/ad-manager/api/reference/v202502/AdjustmentService.InvalidUrlError) [CdnConfigurationService](/ad-manager/api/reference/v202502/CdnConfigurationService.InvalidUrlError) [CompanyService](/ad-manager/api/reference/v202502/CompanyService.InvalidUrlError) **ContentService** [CreativeService](/ad-manager/api/reference/v202502/CreativeService.InvalidUrlError) [CreativeSetService](/ad-manager/api/reference/v202502/CreativeSetService.InvalidUrlError) [CreativeTemplateService](/ad-manager/api/reference/v202502/CreativeTemplateService.InvalidUrlError) [ForecastService](/ad-manager/api/reference/v202502/ForecastService.InvalidUrlError) [InventoryService](/ad-manager/api/reference/v202502/InventoryService.InvalidUrlError) [LineItemCreativeAssociationService](/ad-manager/api/reference/v202502/LineItemCreativeAssociationService.InvalidUrlError) [LineItemService](/ad-manager/api/reference/v202502/LineItemService.InvalidUrlError) [LineItemTemplateService](/ad-manager/api/reference/v202502/LineItemTemplateService.InvalidUrlError) [LiveStreamEventService](/ad-manager/api/reference/v202502/LiveStreamEventService.InvalidUrlError) [NativeStyleService](/ad-manager/api/reference/v202502/NativeStyleService.InvalidUrlError) [OrderService](/ad-manager/api/reference/v202502/OrderService.InvalidUrlError) [ProposalService](/ad-manager/api/reference/v202502/ProposalService.InvalidUrlError) [PublisherQueryLanguageService](/ad-manager/api/reference/v202502/PublisherQueryLanguageService.InvalidUrlError) [YieldGroupService](/ad-manager/api/reference/v202502/YieldGroupService.InvalidUrlError) **Inheritance** \n[ApiError](/ad-manager/api/reference/v202502/ContentService.ApiError) \n▼\n[ApiVersionError](/ad-manager/api/reference/v202502/ContentService.ApiVersionError) [AuthenticationError](/ad-manager/api/reference/v202502/ContentService.AuthenticationError) [CollectionSizeError](/ad-manager/api/reference/v202502/ContentService.CollectionSizeError) [CommonError](/ad-manager/api/reference/v202502/ContentService.CommonError) [FeatureError](/ad-manager/api/reference/v202502/ContentService.FeatureError) [InternalApiError](/ad-manager/api/reference/v202502/ContentService.InternalApiError) **InvalidUrlError** [NotNullError](/ad-manager/api/reference/v202502/ContentService.NotNullError) [ParseError](/ad-manager/api/reference/v202502/ContentService.ParseError) [PermissionError](/ad-manager/api/reference/v202502/ContentService.PermissionError) [PublisherQueryLanguageConte...](/ad-manager/api/reference/v202502/ContentService.PublisherQueryLanguageContextError \"PublisherQueryLanguageContextError\") [PublisherQueryLanguageSynta...](/ad-manager/api/reference/v202502/ContentService.PublisherQueryLanguageSyntaxError \"PublisherQueryLanguageSyntaxError\") [QuotaError](/ad-manager/api/reference/v202502/ContentService.QuotaError) [RequiredCollectionError](/ad-manager/api/reference/v202502/ContentService.RequiredCollectionError) [RequiredError](/ad-manager/api/reference/v202502/ContentService.RequiredError) [RequiredNumberError](/ad-manager/api/reference/v202502/ContentService.RequiredNumberError) [ServerError](/ad-manager/api/reference/v202502/ContentService.ServerError) [StatementError](/ad-manager/api/reference/v202502/ContentService.StatementError) [StringFormatError](/ad-manager/api/reference/v202502/ContentService.StringFormatError) [StringLengthError](/ad-manager/api/reference/v202502/ContentService.StringLengthError) [TypeError](/ad-manager/api/reference/v202502/ContentService.TypeError)\n\nLists all errors associated with URLs.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202502`\n\n| Field ----- ||\n|-------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| **`ApiError` (inherited)** ||\n| ### `fieldPath` | ` `xsd:`string` The OGNL field path to identify cause of error. |\n| ### `fieldPathElements` | ` `[FieldPathElement](/ad-manager/api/reference/v202502/ContentService.FieldPathElement)`[]` 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)}. |\n| ### `trigger` | ` `xsd:`string` The data that caused the error. |\n| ### `errorString` | ` `xsd:`string` A simple string representation of the error and reason. |\n| **`InvalidUrlError`** ||\n| ### `reason` | ` `[InvalidUrlError.Reason](/ad-manager/api/reference/v202502/ContentService.InvalidUrlError.Reason)` ` *** ** * ** *** **Enumerations** `ILLEGAL_CHARACTERS` : The URL contains invalid characters. `INVALID_FORMAT` : The format of the URL is not allowed. This could occur for a number of reasons. For example, if an invalid scheme is specified (like \"ftp://\") or if a port is specified when not required, or if a query was specified when not required. `INSECURE_SCHEME` : URL contains insecure scheme. `NO_SCHEME` : The URL does not contain a scheme. `UNKNOWN` : The value returned if the actual value is not exposed by the requested API version. \u003cbr /\u003e |"]]