Error 53215
Product: Programmable Video
ERROR - 53215
Invalid Subscribe Rule(s)
Raised by the server when a Subscribe Rule is invalid.
Possible Causes
- An empty set of rules
[]
is not allowed - A rule containing
all
must have a value oftrue
and must not contain any other expression. - A rule must contain a
type
field. - If
kind
is used, it must be one ofaudio
,video
ordata
. - A maximum of 20 rules are allowed per subscriber.
Possible Solutions
- Ensure the set of rules has at least one rule.
- If you include
all
in a rule, the only other allowed field istype
. - Ensure every rule has a
type
field. - Ensure
kind
is one of the valid enum values. - Limit the number of rules to 20 or fewer.