f5 package

f5.sdk_exception

A base exception for all exceptions in this library.

Base Exception

F5SDKError(\*args, \*\*kwargs) Import and subclass this exception in all exceptions in this library.
exception f5.sdk_exception.F5SDKError(*args, **kwargs)[source]

Bases: exceptions.Exception

Import and subclass this exception in all exceptions in this library.

exception f5.sdk_exception.UnsupportedMethod(*args, **kwargs)[source]

Bases: f5.sdk_exception.F5SDKError

Raise this if a method supplied is unsupported.

exception f5.sdk_exception.NodeStateModifyUnsupported(*args, **kwargs)[source]

Bases: f5.sdk_exception.F5SDKError

Modify of node with state=unchecked is unsupported.