Enum p25::error::P25Error
[−]
[src]
pub enum P25Error {
RsShortUnrecoverable,
RsMediumUnrecoverable,
RsLongUnrecoverable,
BchUnrecoverable,
GolayStdUnrecoverable,
GolayShortUnrecoverable,
GolayExtUnrecoverable,
HammingStdUnrecoverable,
HammingShortUnrecoverable,
CyclicUnrecoverable,
ViterbiUnrecoverable,
UnknownNid,
}P25 runtime errors.
Variants
RsShortUnrecoverableToo many errors were detected when attempting an RS-short decode.
RsMediumUnrecoverableToo many errors were detected when attempting an RS-medium decode.
RsLongUnrecoverableToo many errors were detected when attempting an RS-long decode.
BchUnrecoverableToo many errors were detected when attempting a BCH decode.
GolayStdUnrecoverableToo many errors were detected when attempting a standard Golay decode.
GolayShortUnrecoverableToo many errors were detected when attempting a shortened Golay decode.
GolayExtUnrecoverableToo many errors were detected when attempting an extended Golay decode.
HammingStdUnrecoverableToo many errors were detected when attempting a standard Hamming decode.
HammingShortUnrecoverableToo many errors were detected when attempting a shortened Hamming decode.
CyclicUnrecoverableToo many errors were detected when attempting a cyclic decode.
ViterbiUnrecoverableAn ambiguous symbol or too many errors were detected when attempting convolutional decode.
UnknownNidAn unknown or corrupted NID was encountered.
Trait Implementations
impl Copy for P25Error[src]
impl Clone for P25Error[src]
fn clone(&self) -> P25Error[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Debug for P25Error[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more