Enum rust_ofp::openflow0x01::BadAction [] [src]

#[repr(u16)]
pub enum BadAction { BadType, BadLen, BadVendor, BadVendorType, BadOutPort, BadArgument, EPerm, TooMany, BadQueue, }

Reason the controller action failed.

Variants

Trait Implementations

impl Debug for BadAction
[src]

Formats the value using the given formatter.