API Reference¶
This section of documentation contains information on all of the classes and
functions in the taxii2client API, as given by the package’s docstrings.
Submodules¶
taxii2client.exceptions module¶
TAXII2 Error Classes.
-
exception
taxii2client.exceptions.AccessError¶ Bases:
taxii2client.exceptions.TAXIIServiceExceptionAttempt was made to read/write to a collection when the collection doesn’t allow that operation.
-
exception
taxii2client.exceptions.InvalidArgumentsError¶ Bases:
taxii2client.exceptions.TAXIIServiceExceptionInvalid arguments were passed to a method.
-
exception
taxii2client.exceptions.InvalidJSONError¶ Bases:
taxii2client.exceptions.TAXIIServiceExceptionA server endpoint gave us invalid JSON
-
exception
taxii2client.exceptions.TAXIIServiceException¶ Bases:
ExceptionBase class for exceptions raised by this library.
-
exception
taxii2client.exceptions.ValidationError¶ Bases:
taxii2client.exceptions.TAXIIServiceExceptionData validation failed for a property or group of properties
taxii2client.version module¶
Module contents¶
Python TAXII 2 Client