TSDuck v3.38-3699
MPEG Transport Stream Toolkit
Loading...
Searching...
No Matches
ts::duck::Errors Struct Reference

All error status values. More...

#include <tsDuckProtocol.h>

Public Types

enum  StatusValue {
  inv_message = 0x0001 ,
  inv_proto_version = 0x0002 ,
  inv_message_type = 0x0003 ,
  message_too_long = 0x0004 ,
  inv_param_type = 0x0005 ,
  inv_param_length = 0x0006 ,
  missing_param = 0x0007 ,
  inv_param_value = 0x0008 ,
  unknown_error = 0x7000 ,
  unrecoverable_error = 0x7001
}
 All error status values. More...
 

Detailed Description

All error status values.

Member Enumeration Documentation

◆ StatusValue

All error status values.

Enumerator
inv_message 

The inv_message error status value.

inv_proto_version 

The inv_proto_version error status value.

inv_message_type 

The inv_message_type error status value.

message_too_long 

The message_too_long error status value.

inv_param_type 

The inv_param_type error status value.

inv_param_length 

The inv_param_length error status value.

missing_param 

The missing_param error status value.

inv_param_value 

The inv_param_value error status value.

unknown_error 

The unknown_error error status value.

unrecoverable_error 

The unrecoverable_error error status value.


The documentation for this struct was generated from the following file: