Skip to main content

Module codes

Module codes 

Source
Expand description

All canonical error codes.

Allocation:

  • 0x00000x0FFF — GBP base layer
  • 0x10000x1FFF — GAP
  • 0x20000x2FFF — GTP
  • 0x30000x3FFF — GSP
  • 0xF0000xFFFF — private extensions

Constants§

COMMIT_INVALID
MLS commit was rejected.
DECRYPT_FAILED
AEAD authentication failed.
EPOCH_MISMATCH
Frame epoch does not match the receiver’s current epoch.
GAP_BAD_SOURCE_ID
Unknown audio source.
GAP_DECODE_FAILED
Opus decoder error.
GAP_EPOCH_STALE
key_phase points at a stale epoch.
GAP_REPLAY_DETECTED
rtp_sequence already seen for this source.
GSP_BAD_SCHEMA
Invalid args schema for the given signal_type.
GSP_DUPLICATE_REQUEST
Duplicate request_id.
GSP_STATE_CONFLICT
Signal contradicts the current state.
GSP_UNAUTHORIZED
Sender is not authorised to issue this signal.
GSP_UNKNOWN_SIGNAL
signal_type is not in the registry.
GTP_BAD_LENGTH
content_length does not match the body length.
GTP_DUPLICATE_MESSAGE
Duplicate (sender_id, message_id).
GTP_POLICY_REJECTED
Message rejected by the policy layer (retention / quota / …).
GTP_UNSUPPORTED_CONTENT_TYPE
content_type is not supported by the profile.
REPLAY_DETECTED
Sequence number was already used — replay detected.
STREAM_POLICY_VIOLATION
Stream class used outside its allowed policy.
TRANSITION_MISMATCH
Frame transition_id does not match the current transition.
UNKNOWN_GROUP
Unknown group_id.
UNSUPPORTED_VERSION
Unsupported protocol version.