15.1.1.4.17. SampleRejectedStatusKind¶
-
enum
dds::fastdds::eprosima
::
SampleRejectedStatusKind
¶ An enum with the possible values for the sample rejected reason.
Values:
-
enumerator
NOT_REJECTED
¶ Default value.
-
enumerator
REJECTED_BY_INSTANCES_LIMIT
¶ Exceeds the max_instance limit.
-
enumerator
REJECTED_BY_SAMPLES_LIMIT
¶ Exceeds the max_samples limit.
-
enumerator
REJECTED_BY_SAMPLES_PER_INSTANCE_LIMIT
¶ Exceeds the max_samples_per_instance limit.
-
enumerator