[[["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-02-13 UTC."],[[["The `SamError` object, within the `StreamActivityMonitorService`, provides details about errors encountered during stream activity monitoring."],["Errors are categorized using the `samErrorType` field, represented by the `SamErrorType` enumeration, which includes a wide range of potential issues like ad request errors, VAST parsing errors, and unsupported ad systems."],["Additional error context is available through the `errorDetails` field, offering further information about the specific error encountered."]]],["The core content defines the `SamError` within the `StreamActivityMonitorService` namespace. Key information includes `samErrorType`, which is a detailed enumeration of error types like `INTERNAL_ERROR`, `AD_REQUEST_ERROR`, `VAST_PARSE_ERROR`, and more. The second information is `errorDetails` which contains string information. These enumerations represent specific issues during ad stream activities. There are a total of 33 different `samErrorType`. The `SamError` also has dependencies such as `AdBreak`, `AdDecisionCreative`, and `AdResponse`.\n"]]