sym.sdk.exceptions.sdk.MissingArgument

exception sym.sdk.exceptions.sdk.MissingArgument(arg: str, method: str)

Bases: sym.sdk.exceptions.sdk.SDKError

This error is raised when a Sym SDK method is called without the required arguments.

Parameters
  • arg – The name of the missing argument

  • method – The name of the SDk method that was called

with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.