[[["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-05-15 UTC."],[[["The `SamError` object, within the `StreamActivityMonitorService`, provides details about errors encountered during stream activity monitoring."],["`SamError` includes the `samErrorType` field which uses the `SamErrorType` enumeration to categorize the specific error, and `errorDetails` which may provide additional information about the error as a string."],["A wide range of error types are covered in the `SamErrorType` enumeration, encompassing issues with ad requests, VAST parsing, unsupported ad systems, missing elements, and more."]]],["The `StreamActivityMonitorService` utilizes `SamError`, which includes the `samErrorType` and `errorDetails`. `samErrorType` is an enumeration of potential errors, such as `INTERNAL_ERROR`, `VAST_PARSE_ERROR`, `AD_REQUEST_TIMEOUT`, and `UNKNOWN`. These errors cover various issues related to ad requests, parsing, and media file problems. `errorDetails` provides a string for more specific information. The service also depends on `AdBreak`, `AdDecisionCreative`, and `AdResponse`.\n"]]