[[["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-08-20 UTC."],[[["The `StreamActivityMonitorService` allows monitoring of live stream activity and uses `SamSessionError` for error handling."],["`SamSessionError.Reason` defines potential errors, including session registration, malformed or invalid session IDs, invalid debug keys, exceeding session limits, or unknown issues, with each represented by a specific enumeration value."],["All error reasons are defined within the `https://www.google.com/apis/ads/publisher/v202408` namespace."]]],["The `StreamActivityMonitorService` utilizes `SamSessionError` as a dependency. `SamSessionError` includes an enumeration named `Reason`, defining potential error states within the namespace `https://www.google.com/apis/ads/publisher/v202408`. The error `Reason` values include: `COULD_NOT_REGISTER_SESSION`, `MALFORMED_SESSION_ID`, `INVALID_SESSION_ID`, `INVALID_DEBUG_KEY`, `REQUEST_EXCEEDS_SESSION_LIMIT`, and `UNKNOWN`, describing issues that may arise during session management.\n"]]