OBJECT

MediaRightsMessage

link GraphQL Schema definition

  • type MediaRightsMessage {
  • # Error code returned based on evaluation of users media rights to a given piece
  • # of content. Possible values `blackout` and `no_entitlement`
  • code: MediaRightsErrorCode
  • # String representing of the name of the media rights policy action that was
  • # violated by the user. Ex. `143_blackout`
  • description: String
  • }

link Require by