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: "cluster-already-joined"

The cluster has already been joined.

FeatureNotEnabled: "feature-not-enabled"

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

InternalSDKError: "internal-sdk-error"

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

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.

Generated using TypeDoc