sym.sdk.exceptions.okta

Exceptions

OktaError

This is the base class for all OktaErrors.

exception sym.sdk.exceptions.okta.OktaError(name: str, message: str, error_type: str = 'Okta')

Bases: sym.sdk.exceptions.sym_exception.SymException

This is the base class for all OktaErrors.

Parameters
  • name – The name of the exception (used as the second part of the error code, e.g. GROUP_NOT_FOUND)

  • message – The exception message to display

with_traceback()

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