Go to the documentation of this file.
13 #ifndef _JANUS_API_ERROR_H
14 #define _JANUS_API_ERROR_H
20 #define JANUS_ERROR_UNAUTHORIZED 403
22 #define JANUS_ERROR_UNKNOWN 490
24 #define JANUS_ERROR_USE_GET 450
26 #define JANUS_ERROR_USE_POST 451
28 #define JANUS_ERROR_MISSING_REQUEST 452
30 #define JANUS_ERROR_UNKNOWN_REQUEST 453
32 #define JANUS_ERROR_INVALID_JSON 454
34 #define JANUS_ERROR_INVALID_JSON_OBJECT 455
36 #define JANUS_ERROR_MISSING_MANDATORY_ELEMENT 456
38 #define JANUS_ERROR_INVALID_REQUEST_PATH 457
40 #define JANUS_ERROR_SESSION_NOT_FOUND 458
42 #define JANUS_ERROR_HANDLE_NOT_FOUND 459
44 #define JANUS_ERROR_PLUGIN_NOT_FOUND 460
46 #define JANUS_ERROR_PLUGIN_ATTACH 461
48 #define JANUS_ERROR_PLUGIN_MESSAGE 462
50 #define JANUS_ERROR_PLUGIN_DETACH 463
53 #define JANUS_ERROR_JSEP_UNKNOWN_TYPE 464
55 #define JANUS_ERROR_JSEP_INVALID_SDP 465
57 #define JANUS_ERROR_TRICKE_INVALID_STREAM 466
59 #define JANUS_ERROR_INVALID_ELEMENT_TYPE 467
61 #define JANUS_ERROR_SESSION_CONFLICT 468
63 #define JANUS_ERROR_UNEXPECTED_ANSWER 469