AMPGCKError

@objc public enum AMPGCKError : Int

AMPGCKError contains all the possible errors for the integration between AmpPlayer and Chromecast.

  • CORSError: The stream does not have CORS, it will not work with Chromecast.
  • UrlNotFound: The player did not have a valid url.
  • CORSError: The stream does not have CORS, it will not work with Chromecast.

    Declaration

    Swift

    case corsError = 100
  • UrlNotFound: The player did not have a valid url.

    Declaration

    Swift

    case urlNotFound = 101
  • The error’s description.

    Declaration

    Swift

    public var description: String