Skip to main content

Module request_error_codes

Module request_error_codes 

Source
Expand description

REQUEST_ERROR error codes with dedicated meaning.

Drafts 16 through 18 define DUPLICATE_SUBSCRIPTION (0x19) among these codes; drafts 19 and 20 do not, because Section 5.1 lets an endpoint hold multiple concurrent subscriptions to the same Track, each under its own Request ID.

Constantsยง

CONFLICTING_FILTERS
New in draft-20: SUBSCRIBE_TRACKS filter parameters conflict among too many subscribers to aggregate the subscription upstream.
INVALID_FILTER
New in draft-20: a Range Filter parameter is invalid or exceeds MAX_FILTER_RANGES.
REDIRECT
Response carries a super::Redirect structure.
UNSUPPORTED_EXTENSION
A Mandatory Track Property the receiver does not understand.