InworldError
Module: Inworld.AI. Namespace: Inworld.
This file contains data for the error messages received from the Inworld server.
Variables | Description |
---|---|
code | The error code returned from the Inworld server. |
message | The detailed error message received from the Inworld server. |
details | The list of the InworldErrorData received from the Inworld server. |
Properties | Description |
---|---|
IsValid | Gets if the error is valid. (It contains the error data). |
RetryType | Gets the ReconnectionType received from the Inworld server. |
ErrorType | Gets the ErrorType received from the Inworld server. |
Related Class
InworldErrorData
Module: Inworld.AI. Namespace: Inworld.
Variables | Description |
---|---|
errorType | The ErrorType received from the Inworld server. |
reconnectionType | The ReconnectionType received from the Inworld server. |
reconnectTime | The next available time in UTC for reconnection. |
maxRetries | The remaining available reconnect trials. |