[[["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."],[[["\u003cp\u003eThe \u003ccode\u003eStreamActivityMonitorService\u003c/code\u003e allows monitoring of streaming activity.\u003c/p\u003e\n"],["\u003cp\u003eIt inherits from \u003ccode\u003eApiError\u003c/code\u003e which provides details about errors encountered during API calls.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eSamSessionError\u003c/code\u003e, a specific error type, relates to stream activity monitoring sessions and their potential issues.\u003c/p\u003e\n"],["\u003cp\u003eThe service uses a namespace of \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202411\u003c/code\u003e for its operations.\u003c/p\u003e\n"],["\u003cp\u003eFields like \u003ccode\u003efieldPath\u003c/code\u003e, \u003ccode\u003etrigger\u003c/code\u003e, and \u003ccode\u003eerrorString\u003c/code\u003e within \u003ccode\u003eApiError\u003c/code\u003e offer insights into the cause and location of errors.\u003c/p\u003e\n"]]],["The content outlines the `StreamActivityMonitorService` and its error handling within the `v202411` API. It details `ApiError` as a base class, with multiple specific error types inheriting from it, like `AuthenticationError` and `QuotaError`. Also, `SamSessionError` is defined with its specific error `Reason` enumeration, including `COULD_NOT_REGISTER_SESSION`, `INVALID_SESSION_ID`, and other error options, and the `ApiError` field details.\n"],null,["# type SamSessionError (v202411)\n\n**Service** \n**StreamActivityMonitorService** **Inheritance** \n[ApiError](/ad-manager/api/reference/v202411/StreamActivityMonitorService.ApiError) \n▼\n[ApiVersionError](/ad-manager/api/reference/v202411/StreamActivityMonitorService.ApiVersionError) [AuthenticationError](/ad-manager/api/reference/v202411/StreamActivityMonitorService.AuthenticationError) [CollectionSizeError](/ad-manager/api/reference/v202411/StreamActivityMonitorService.CollectionSizeError) [CommonError](/ad-manager/api/reference/v202411/StreamActivityMonitorService.CommonError) [FeatureError](/ad-manager/api/reference/v202411/StreamActivityMonitorService.FeatureError) [InternalApiError](/ad-manager/api/reference/v202411/StreamActivityMonitorService.InternalApiError) [NotNullError](/ad-manager/api/reference/v202411/StreamActivityMonitorService.NotNullError) [ParseError](/ad-manager/api/reference/v202411/StreamActivityMonitorService.ParseError) [PermissionError](/ad-manager/api/reference/v202411/StreamActivityMonitorService.PermissionError) [PublisherQueryLanguageConte...](/ad-manager/api/reference/v202411/StreamActivityMonitorService.PublisherQueryLanguageContextError \"PublisherQueryLanguageContextError\") [PublisherQueryLanguageSynta...](/ad-manager/api/reference/v202411/StreamActivityMonitorService.PublisherQueryLanguageSyntaxError \"PublisherQueryLanguageSyntaxError\") [QuotaError](/ad-manager/api/reference/v202411/StreamActivityMonitorService.QuotaError) [RequiredCollectionError](/ad-manager/api/reference/v202411/StreamActivityMonitorService.RequiredCollectionError) [RequiredError](/ad-manager/api/reference/v202411/StreamActivityMonitorService.RequiredError) **SamSessionError** [ServerError](/ad-manager/api/reference/v202411/StreamActivityMonitorService.ServerError) [StatementError](/ad-manager/api/reference/v202411/StreamActivityMonitorService.StatementError) [StringFormatError](/ad-manager/api/reference/v202411/StreamActivityMonitorService.StringFormatError) [StringLengthError](/ad-manager/api/reference/v202411/StreamActivityMonitorService.StringLengthError)\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Field ----- ||\n|-------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| **`ApiError` (inherited)** ||\n| ### `fieldPath` | ` `xsd:`string` \u003cbr /\u003e |\n| ### `fieldPathElements` | ` `[FieldPathElement](/ad-manager/api/reference/v202411/StreamActivityMonitorService.FieldPathElement)`[]` \u003cbr /\u003e |\n| ### `trigger` | ` `xsd:`string` \u003cbr /\u003e |\n| ### `errorString` | ` `xsd:`string` \u003cbr /\u003e |\n| **`SamSessionError`** ||\n| ### `reason` | ` `[SamSessionError.Reason](/ad-manager/api/reference/v202411/StreamActivityMonitorService.SamSessionError.Reason)` ` *** ** * ** *** **Enumerations** `COULD_NOT_REGISTER_SESSION` : `MALFORMED_SESSION_ID` : `INVALID_SESSION_ID` : `INVALID_DEBUG_KEY` : `REQUEST_EXCEEDS_SESSION_LIMIT` : `UNKNOWN` : \u003cbr /\u003e |"]]