@ably/chat - v0.10.0
    Preparing search index...

    Enumeration ErrorCode

    Error codes for the Chat SDK.

    Index

    Enumeration Members

    BadRequest: 40000

    The request was invalid.

    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.

    RoomDiscontinuity: 102100

    The room has experienced a discontinuity.

    RoomInFailedState: 102101

    Cannot perform operation because the room is in a failed state.

    RoomIsReleased: 102103

    Cannot perform operation because the room is in a released state.

    RoomIsReleasing: 102102

    Cannot perform operation because the room is in a releasing state.

    RoomReleasedBeforeOperationCompleted: 102106

    Room was released before the operation could complete.