Base class for exceptions in this module.
Definition at line 1901 of file gnucash_rest.py.
◆ __init__()
| gnucash_rest.Error.__init__ |
( |
|
self, |
|
|
|
type, |
|
|
|
message, |
|
|
|
data |
|
) |
| |
Definition at line 1903 of file gnucash_rest.py.
1903 def __init__(self, type, message, data):
1904 self.type = type
1905 self.message = message
1906 self.data = data
1907
◆ arguments
| gnucash_rest.Error.arguments |
|
static |
◆ data
◆ message
| gnucash_rest.Error.message |
◆ options
| gnucash_rest.Error.options |
|
static |
◆ type
The documentation for this class was generated from the following file: