ATVVastError

enum {}

To specify the type of error for a vast ad

  • There was a problem requesting ads from the server

    Declaration

    Objective-C

    VastErrorRequestNetworkError
  • The ad response was not understood and cannot be parsed.

    Declaration

    Objective-C

    VastErrorUnknownResponse
  • An unexpected error occurred and the cause is not known.

    Declaration

    Objective-C

    VastErrorUnknownError
  • Empty VAST response.

    Declaration

    Objective-C

    VastErrorEmptyResponse
  • Assets were found in the VAST ad response for a linear ad, but none of them matched the video player’s capabilities.

    Declaration

    Objective-C

    VastErrorLinearAssetMismatch
  • Failed to load media assets from a VAST response.

    Declaration

    Objective-C

    VastErrorLoadTimeout
  • No Ads VAST response after one or more wrappers.

    Declaration

    Objective-C

    VastErrorNoAdsAfterWrapper
  • VAST schema validation error.

    Declaration

    Objective-C

    VastErrorSchemaValidationError
  • The maximum number of VAST wrapper redirects has been reached.

    Declaration

    Objective-C

    VastErrorTooManyRedirects
  • General VAST wrapper error.

    Declaration

    Objective-C

    VastErrorWrapperError
  • General VAST wrapper error.

    Declaration

    Objective-C

    VastErrorPlaybackError