Previous topic

VPP Types

Next topic

VPP License Operations

This Page

VPP Errors

exception commandment.vpp.errors.VPPAPIError(errno, message)[source]

If the VPP API returns an error code, it is raised using this error class.

errno

The errorNumber

Type:int
message

The error message

Type:str
exception commandment.vpp.errors.VPPError[source]

Generic error used when the service returns an error of any kind

class commandment.vpp.errors.VPPErrorType[source]

An enumeration representation of all (currently) possible error codes returned by the VPP API.