Enumeration SDKClientErrorCodes

SDK Client Error Codes - Any error that is thrown by the SDK will have a code that can be used to identify the error.

Enumeration Members

ClusterAlreadyJoined ConnectionBufferNotEmpty ExternalStorageConnectionAlreadyExists ExternalStorageConnectionAlreadySubscribed ExternalStorageConnectionDoesNotExist ExternalStorageConnectorsMissing ExternalStorageInvalidPath ExternalStorageNameNotString FeatureNotEnabled GenerativeAIContextAlreadyExists GenerativeAIContextDoesNotExist GenerativeAIContextJobMissingThreadId GenerativeAILabelConflict GenerativeAIWorkerAlreadyExists GenerativeAIWorkerMissingConnector GenerativeAIWorkerModelSyncError GraphDatabaseAlreadyExists GraphDatabaseDoesNotExist GraphDatabaseMissingConnector GraphDatabaseNameNotString InternalSDKError InvalidAccess JobDispatcherAlreadyExists JobDispatcherDoesNotExist JobDispatcherInvalidJobType JobDispatcherJobExists JobDispatcherJobNotFound JobWorkerAlreadyExists JobWorkerDoesNotExist KeyValueDatabaseAlreadyExists KeyValueDatabaseDoesNotExist KeyValueDatabaseIndexNotFound KeyValueDatabaseInvalidLayout KeyValueDatabaseInvalidQuery KeyValueDatabaseInvalidValue KeyValueDatabaseNameNotString KeyValueDatabaseNotOpen KeyValueDatabaseTableNameReserved KeyValueDatabaseTableNotFound LocalMediaStreamAlreadyExists LocalMediaStreamNoAudioContext NodeInvalidType NodeNotAuthenticated NodeTypeNotSupported ObjectStoreAlreadyExists ObjectStoreAlreadySubscribed ObjectStoreDoesNotExist ObjectStoreInvalidPath ObjectStoreInvalidPayload ObjectStoreNameNotString ObjectStoreNotInSync PubSubTopicAlreadyExists PubSubTopicAlreadySubscribed PubSubTopicDoesNotExist PubSubTopicNameNotString QueryBuilderInvalidArgument RemoteMediaStreamAlreadyExists RemoteMediaStreamInvalidSubscriptionParams SubscriptionRequestInProgress VectorDatabaseAlreadyExists VectorDatabaseDoesNotExist VectorDatabaseMissingConnector VectorDatabaseNameNotString

Enumeration Members

ClusterAlreadyJoined: "cluster-already-joined"

The cluster has already been joined.

ConnectionBufferNotEmpty: "connection-buffer-not-empty"

The Connection DataChannel's buffer is not empty.

ExternalStorageConnectionAlreadyExists: "external-storage-connection-already-exists"

The external storage connection already exists.

ExternalStorageConnectionAlreadySubscribed: "external-storage-connection-already-subscribed"

The external storage connection is already subscribed.

ExternalStorageConnectionDoesNotExist: "external-storage-connection-does-not-exist"

The external storage connection does not exist.

ExternalStorageConnectorsMissing: "external-storage-connectors-missing"

The external storage connectiors are missing.

ExternalStorageInvalidPath: "external-storage-invalid-path"

The path is invalid.

ExternalStorageNameNotString: "external-storage-name-not-string"

The external storage connection name is not a string.

FeatureNotEnabled: "feature-not-enabled"

The feature is not enabled. Contact our support team for more information.

GenerativeAIContextAlreadyExists: "generative-ai-context-already-exists"

The Generative AI Context already exists.

GenerativeAIContextDoesNotExist: "generative-ai-context-does-not-exist"

The Generative AI Context does not exist.

GenerativeAIContextJobMissingThreadId: "generative-ai-context-job-missing-thread-id"

The Generative AI Job is missing the thread ID.

GenerativeAILabelConflict: "generative-ai-label-conflict"

The Generative AI label conflicts with an existing label.

GenerativeAIWorkerAlreadyExists: "generative-ai-worker-already-exists"

The Generative AI Worker already exists.

GenerativeAIWorkerMissingConnector: "generative-ai-worker-missing-connector"

The Generative AI Worker is missing required connector.

GenerativeAIWorkerModelSyncError: "generative-ai-worker-model-sync-error"

The Generative AI Worker model is not synchronized.

GraphDatabaseAlreadyExists: "graph-database-already-exists"

The graph database already exists.

GraphDatabaseDoesNotExist: "graph-database-does-not-exist"

The graph database does not exist.

GraphDatabaseMissingConnector: "graph-database-missing-connector"

The graph database connector is missing.

GraphDatabaseNameNotString: "graph-database-name-not-string"

The graph database name is not a string.

InternalSDKError: "internal-sdk-error"

Internal SDK error. Contact our support team if the error persists.

InvalidAccess: "invalid-access"

Invalid access.

JobDispatcherAlreadyExists: "job-dispatcher-already-exists"

The job dispatcher already exists.

JobDispatcherDoesNotExist: "job-dispatcher-does-not-exist"

The job dispatcher does not exist.

JobDispatcherInvalidJobType: "job-dispatcher-invalid-job-type"

The job dispatched is not supported by the job dispatcher.

JobDispatcherJobExists: "job-dispatcher-job-exists"

The job dispatched already exists in the job dispatcher.

JobDispatcherJobNotFound: "job-dispatcher-job-not-found"

The job does not exist in the job dispatcher.

JobWorkerAlreadyExists: "job-worker-already-exists"

The job worker already exists.

JobWorkerDoesNotExist: "job-worker-does-not-exist"

The job worker already exists.

KeyValueDatabaseAlreadyExists: "key-value-database-already-exists"

The key-value database already exists.

KeyValueDatabaseDoesNotExist: "key-value-database-does-not-exist"

The key-value database does not exists.

KeyValueDatabaseIndexNotFound: "key-value-database-index-not-found"

The key-value database index was not found.

KeyValueDatabaseInvalidLayout: "key-value-database-invalid-layout"

The key-value database layout is invalid.

KeyValueDatabaseInvalidQuery: "key-value-database-invalid-query"

The key-value database query is invalid.

KeyValueDatabaseInvalidValue: "key-value-database-invalid-value"

The value is invalid.

KeyValueDatabaseNameNotString: "key-value-database-name-not-string"

The key-value database name is not a string.

KeyValueDatabaseNotOpen: "key-value-database-not-open"

The key-value database is not open.

KeyValueDatabaseTableNameReserved: "key-value-database-table-name-reserved"

The key-value database name is reserved.

KeyValueDatabaseTableNotFound: "key-value-database-table-not-found"

The key-value database table was not found.

LocalMediaStreamAlreadyExists: "local-media-stream-already-exists"

The local media stream already exists.

LocalMediaStreamNoAudioContext: "local-media-stream-no-audio-context"

The local media stream needs an audio context.

NodeInvalidType: "node-invalid-type"

The node type is invalid.

NodeNotAuthenticated: "node-not-authenticated"

The node is not authenticated.

NodeTypeNotSupported: "node-type-not-supported"

The node type is not supported.

ObjectStoreAlreadyExists: "object-store-already-exists"

The object store already exists.

ObjectStoreAlreadySubscribed: "object-store-already-subscribed"

The object store is already subscribed.

ObjectStoreDoesNotExist: "object-store-stream-does-not-exist"

The object store does not exist.

ObjectStoreInvalidPath: "object-store-invalid-path"

The path is invalid.

ObjectStoreInvalidPayload: "object-store-invalid-payload"

The object store payload is invalid.

ObjectStoreNameNotString: "object-store-name-not-string"

The object store name is not a string.

ObjectStoreNotInSync: "object-store-not-in-sync"

The object store is not synchronized.

PubSubTopicAlreadyExists: "pub-sub-topic-already-exists"

The pub/sub topic already exists.

PubSubTopicAlreadySubscribed: "pub-sub-topic-already-subscribed"

The pub/sub topic is already subscribed.

PubSubTopicDoesNotExist: "pub-sub-topic-does-not-exist"

The pub/sub topic does not exist.

PubSubTopicNameNotString: "pub-sub-topic-name-not-string"

The pub/sub topic name is not a string.

QueryBuilderInvalidArgument: "query-helper-invalid-argument"

The query builder argument is invalid.

RemoteMediaStreamAlreadyExists: "remote-media-stream-already-exists"

The remote media stream already exists.

RemoteMediaStreamInvalidSubscriptionParams: "remote-media-stream-invalid-subscription-params"

The remote media stream subscription parameters are invalid.

SubscriptionRequestInProgress: "subscription-request-in-progress"

The subscription request is in progress.

VectorDatabaseAlreadyExists: "vector-database-already-exists"

The vector database already exists.

VectorDatabaseDoesNotExist: "vector-database-does-not-exist"

The vector database does not exist.

VectorDatabaseMissingConnector: "vector-database-missing-connector"

The vector database connector is missing.

VectorDatabaseNameNotString: "vector-database-name-not-string"

The vector database name is not a string.