Client SDK Version 1.8.1
Ionic Security client SDK for Python users
|
Exception for Ionic server errors. More...
Public Member Functions | |
def | __init__ (self, message, code, httpcode, servercode, servermessage, serverdatajson, conversationid) |
Constructs a server exception instance with the provided values. More... | |
![]() | |
def | __init__ (self, message, code) |
Constructs an exception instance with the provided values. More... | |
![]() | |
def | __init__ (self, httpcode, servercode, servermessage, serverdatajson, conversationid) |
Constructs a server response instance with the provided values. More... | |
Additional Inherited Members | |
![]() | |
code | |
(int) The error code that caused the exception. More... | |
message | |
(string) The error text message | |
![]() | |
httpcode | |
(int) The HTTP response code | |
servercode | |
(int) The internal server error code or zero if none was provided by the server | |
servermessage | |
(string) The internal server error message or empty if none was provided by the server | |
serverdatajson | |
(string) The internal server error data JSON or empty if none was provided by the server | |
conversationid | |
(string) The conversation ID generated by the client for use in the server request | |
Exception for Ionic server errors.
def ionicsdk.exceptions.IonicServerException.__init__ | ( | self, | |
message, | |||
code, | |||
httpcode, | |||
servercode, | |||
servermessage, | |||
serverdatajson, | |||
conversationid | |||
) |
Constructs a server exception instance with the provided values.
message | (string) The error text message |
code | (int) The error code that caused the exception. See errors.py for more information. |
httpcode | (int) The HTTP response code |
servercode | (int) The internal server error code or zero if none was provided by the server |
servermessage | (string) The internal server error data JSON or empty if none was provided by the server |
serverdatajson | (string) The internal server error data JSON or empty if none was provided by the server |
conversationid | (string) The conversation ID generated by the client for use in the server request |
You acknowledge your access, review and use of the documentation on this page is subject to the Ionic Security Inc. Documentation Use Rights.
© 2016-2020 Ionic Security Inc. All rights reserved.
Generated on Mon Oct 5 2020 11:06:59 for Client SDK Version 1.8.1 by
1.8.18