talkomatic.py 0.1.2
An easy-to-use Python versatile wrapper for the Talkomatic Bot interface ensuring best practices for making bots, and handling the REST API.
 
Loading...
Searching...
No Matches
talkomatic.api.v1.rooms.RoomJoinStatus Class Reference
Inheritance diagram for talkomatic.api.v1.rooms.RoomJoinStatus:

Static Public Attributes

str SUCCESS = "ok"
 
str NOT_FOUND = "NOT_FOUND"
 
str ROOM_FULL = "ROOM_FULL"
 
str FORBIDDEN = "FORBIDDEN"
 
str VALIDATION_ERROR = "VALIDATION_ERROR"
 
str SERVER_ERROR = "SERVER_ERROR"
 

Detailed Description

A class representing the error codes for can_join_room
API endpoint.

Definition at line 56 of file rooms.py.

Member Data Documentation

◆ FORBIDDEN

str talkomatic.api.v1.rooms.RoomJoinStatus.FORBIDDEN = "FORBIDDEN"
static

Definition at line 65 of file rooms.py.

◆ NOT_FOUND

str talkomatic.api.v1.rooms.RoomJoinStatus.NOT_FOUND = "NOT_FOUND"
static

Definition at line 63 of file rooms.py.

◆ ROOM_FULL

str talkomatic.api.v1.rooms.RoomJoinStatus.ROOM_FULL = "ROOM_FULL"
static

Definition at line 64 of file rooms.py.

◆ SERVER_ERROR

str talkomatic.api.v1.rooms.RoomJoinStatus.SERVER_ERROR = "SERVER_ERROR"
static

Definition at line 67 of file rooms.py.

◆ SUCCESS

str talkomatic.api.v1.rooms.RoomJoinStatus.SUCCESS = "ok"
static

Definition at line 62 of file rooms.py.

◆ VALIDATION_ERROR

str talkomatic.api.v1.rooms.RoomJoinStatus.VALIDATION_ERROR = "VALIDATION_ERROR"
static

Definition at line 66 of file rooms.py.


The documentation for this class was generated from the following file: