enum ErrorCode;
Value | Description |
---|---|
Exception |
An exception occurred. |
TypeError | Conversion error. |
IndexError | Index is out of range. |
InvalidReference | Invalid reference. |
CallFailure |
Process aborted. |
MemoryError | Insufficient memory. |
KeyError | Key does not exist. |
OperationError | Process aborted. |
ConversionError | Error occurred when converting from python to another language. |
ValidationError | Unpermitted operation. |
Error codes for the PythonCore
module. Indicates errors generated on the server side.
CONFIDENTIAL