|
AQIT 0.1.0
|
Public Member Functions | |
| __init__ (self, str message, *, dict[str, Any]|None result=None) | |
Public Attributes | |
| result = result or {} | |
Raised when an SDK call returns ``{"error": ...}`` or fails to run.
Definition at line 18 of file _runtime.py.
| aquin.sdk._runtime.AquinError.__init__ | ( | self, | |
| str | message, | ||
| * | , | ||
| dict[str, Any] | None | result = None ) |
| aquin.sdk._runtime.AquinError.result = result or {} |
Definition at line 23 of file _runtime.py.