You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.
we have several instances where we return the exact same codes for very different reasons.
For instance, a 410:106 means:
a router is not recognized
a subscription does not have a "current_month" in the UAID record
the current month is not in the list of db message tables
the channelID is not in the list of valid channels for the UAID
When trying to determine why we report a subscription as invalid, or attempting to debug a possible problem, it'd be useful to be able to differentiate these.
The text was updated successfully, but these errors were encountered:
we have several instances where we return the exact same codes for very different reasons.
For instance, a 410:106 means:
When trying to determine why we report a subscription as invalid, or attempting to debug a possible problem, it'd be useful to be able to differentiate these.
The text was updated successfully, but these errors were encountered: