@ably/chat - v1.1.1
    Preparing search index...

    Enumeration ErrorCode

    Error codes for the Chat SDK.

    Index

    Enumeration Members

    BadRequest: 40000

    The request was invalid.

    ChannelOptionsCannotBeModified: 102111

    Channel options cannot be modified after the channel has been requested.

    ChannelSerialNotDefined: 102110

    Channel serial is not defined when expected.

    Disconnected: 80003

    The client is not connected to Ably.

    FeatureNotEnabledInRoom: 102108

    Feature is not enabled in room options.

    InvalidArgument: 40003

    Invalid argument provided.

    InvalidClientId: 40012

    Invalid client ID.

    ListenerNotSubscribed: 102109

    Listener has not been subscribed yet.

    MessageRejectedByBeforePublishRule: 42211

    The message was rejected before publishing by a rule on the chat room.

    MessageRejectedByModeration: 42213

    The message was rejected before publishing by a moderation rule on the chat room.

    OperationSerializationFailed: 102113

    Failed to enforce sequential execution of the operation.

    PresenceAutoReentryFailed: 91004

    Could not re-enter presence automatically after a room re-attach occurred.

    PresenceFetchFailed: 102202

    Failed to fetch presence data after maximum retries.

    ReactComponentUnmounted: 102201

    React component has been unmounted.

    ReactHookMustBeUsedWithinProvider: 102200

    React hook must be used within the appropriate provider.

    ResourceDisposed: 40014

    Resource has been disposed.

    RoomDiscontinuity: 102100

    The room has experienced a discontinuity.

    RoomExistsWithDifferentOptions: 102107

    A room already exists with different options.

    RoomInInvalidState: 102112

    Cannot perform operation because the room is in an invalid state.

    RoomReleasedBeforeOperationCompleted: 102106

    Room was released before the operation could complete.