Enum p25::error::P25Error
[−]
[src]
pub enum P25Error { RsShortUnrecoverable, RsMediumUnrecoverable, RsLongUnrecoverable, BchUnrecoverable, GolayStdUnrecoverable, GolayShortUnrecoverable, GolayExtUnrecoverable, HammingStdUnrecoverable, HammingShortUnrecoverable, CyclicUnrecoverable, ViterbiUnrecoverable, UnknownNid, }
P25 runtime errors.
Variants
RsShortUnrecoverable
Too many errors were detected when attempting an RS-short decode.
RsMediumUnrecoverable
Too many errors were detected when attempting an RS-medium decode.
RsLongUnrecoverable
Too many errors were detected when attempting an RS-long decode.
BchUnrecoverable
Too many errors were detected when attempting a BCH decode.
GolayStdUnrecoverable
Too many errors were detected when attempting a standard Golay decode.
GolayShortUnrecoverable
Too many errors were detected when attempting a shortened Golay decode.
GolayExtUnrecoverable
Too many errors were detected when attempting an extended Golay decode.
HammingStdUnrecoverable
Too many errors were detected when attempting a standard Hamming decode.
HammingShortUnrecoverable
Too many errors were detected when attempting a shortened Hamming decode.
CyclicUnrecoverable
Too many errors were detected when attempting a cyclic decode.
ViterbiUnrecoverable
An ambiguous symbol or too many errors were detected when attempting convolutional decode.
UnknownNid
An 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