Skip to main content

InworldError

Module: Inworld.AI. Namespace: Inworld.

This file contains data for the error messages received from the Inworld server.

VariablesDescription
codeThe error code returned from the Inworld server.
messageThe detailed error message received from the Inworld server.
detailsThe list of the InworldErrorData received from the Inworld server.
PropertiesDescription
IsValidGets if the error is valid. (It contains the error data).
RetryTypeGets the ReconnectionType received from the Inworld server.
ErrorTypeGets the ErrorType received from the Inworld server.

InworldErrorData

Module: Inworld.AI. Namespace: Inworld.

VariablesDescription
errorTypeThe ErrorType received from the Inworld server.
reconnectionTypeThe ReconnectionType received from the Inworld server.
reconnectTimeThe next available time in UTC for reconnection.
maxRetriesThe remaining available reconnect trials.