Client SDK Version 2.0.0
Ionic Security client SDK for Python users
Public Member Functions | Public Attributes | List of all members
ionicsdk.exceptions.IonicException Class Reference

Exception for Ionic SDK client logic. More...

Inheritance diagram for ionicsdk.exceptions.IonicException:
ionicsdk.exceptions.IonicServerException

Public Member Functions

def __init__ (self, message, code)
 Constructs an exception instance with the provided values. More...
 

Public Attributes

 code
 (int) The error code that caused the exception. More...
 
 message
 (string) The error text message
 

Detailed Description

Exception for Ionic SDK client logic.

Constructor & Destructor Documentation

◆ __init__()

def ionicsdk.exceptions.IonicException.__init__ (   self,
  message,
  code 
)

Constructs an exception instance with the provided values.

Parameters
message(string) The error text message
code(int) The error code that caused the exception. See errors.py for more information.

Member Data Documentation

◆ code

ionicsdk.exceptions.IonicException.code

(int) The error code that caused the exception.

See errors.py for more information.


The documentation for this class was generated from the following file: