MOQX.SubscriptionRejection (moqx v0.8.1)

Copy Markdown View Source

Protocol-neutral reason for rejecting an inbound publisher subscription.

Summary

Types

code()

@type code() ::
  :internal_error
  | :unauthorized
  | :timeout
  | :not_supported
  | :track_does_not_exist
  | :invalid_range
  | :malformed_auth_token
  | :expired_auth_token

t()

@type t() :: %MOQX.SubscriptionRejection{code: code(), reason: binary() | nil}