Struct p4_cmd::error::P4Error[][src]

pub struct P4Error { /* fields omitted */ }

Methods

impl P4Error
[src]

Programmtically process failure.

Trait Implementations

impl Debug for P4Error
[src]

Formats the value using the given formatter. Read more

impl Error for P4Error
[src]

This method is soft-deprecated. Read more

The lower-level cause of this error, if any. Read more

impl Display for P4Error
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for P4Error

impl Sync for P4Error