type SamError (v202502)
Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
SamError is a type within the StreamActivityMonitorService.
SamError has dependencies including AdBreak, AdDecisionCreative, and AdResponse.
The SamError type includes numerous possible enumeration values indicating various error conditions such as INTERNAL_ERROR, AD_REQUEST_ERROR, and VAST_PARSE_ERROR.
The errorDetails field provides a string to give further information about the error.
[[["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 `StreamActivityMonitorService` uses the `SamError` type to report issues. `SamError` contains two fields: `samErrorType` and `errorDetails`. `samErrorType` is an enumeration that details the specific error, including issues like `INTERNAL_ERROR`, `VAST_PARSE_ERROR`, `AD_REQUEST_TIMEOUT`, and `UNKNOWN`. `errorDetails`, a string, provides further information about the specific error. The service relies on dependencies like `AdBreak`, `AdDecisionCreative`, and `AdResponse`.\n"]]