Lines Matching refs:proxy_lua_error
237 proxy_lua_error(L, "failed to generate request slot during queue_assign()"); in _mcplib_funcgen_gencall()
278 proxy_lua_error(L, "function generator didn't return a function"); in _mcplib_funcgen_gencall()
577 proxy_lua_error(L, "Must pass a function to mcp.funcgenbare_new"); in mcplib_funcgenbare_new()
630 proxy_lua_error(L, "cannot modify function generator after calling ready"); in mcplib_funcgen_new_handle()
638 proxy_lua_error(L, "cannot assign a router to a handle in new_handle"); in mcplib_funcgen_new_handle()
642 proxy_lua_error(L, "cannot use a replaced function in new_handle"); in mcplib_funcgen_new_handle()
646 proxy_lua_error(L, "invalid argument to new_handle"); in mcplib_funcgen_new_handle()
657 proxy_lua_error(L, "failed to realloc queue list during new_handle()"); in mcplib_funcgen_new_handle()
685 proxy_lua_error(L, "cannot modify function generator after calling ready"); in mcplib_funcgen_ready()
690 proxy_lua_error(L, "Must specify generator function ('f') to fgen:ready"); in mcplib_funcgen_ready()
732 proxy_lua_error(L, "invalid handle passed to queue_set_cb"); in mcplib_rcontext_handle_set_cb()
753 proxy_lua_error(L, "attempted to enqueue an invalid handle"); in _mcplib_rcontext_queue()
789 proxy_lua_error(L, "enqueue: cannot enqueue new requests while in a wait"); in mcplib_rcontext_enqueue()
794 proxy_lua_error(L, "cannot queue requests without a key"); in mcplib_rcontext_enqueue()
809 proxy_lua_error(L, "invalid handle passed to queue via array table"); in mcplib_rcontext_enqueue()
820 proxy_lua_error(L, "must pass a handle or a table to queue"); in mcplib_rcontext_enqueue()
1166 proxy_lua_error(L, "timeout argument to wait or sleep must be a number"); in _mcplib_set_rctx_alarm()
1189 proxy_lua_error(L, "wait_cond: cannot call while already in wait mode"); in _mcplib_rcontext_wait_prep()
1194 proxy_lua_error(L, "must pass at least count to wait_cond"); in _mcplib_rcontext_wait_prep()
1201 proxy_lua_error(L, "wait count for wait_cond must be a positive integer"); in _mcplib_rcontext_wait_prep()
1216 proxy_lua_error(L, "invalid mode sent to wait_cond"); in _mcplib_rcontext_wait_prep()
1257 proxy_lua_error(L, "wait_cond: cannot call while already in wait mode"); in mcplib_rcontext_enqueue_and_wait()
1262 proxy_lua_error(L, "cannot queue requests without a key"); in mcplib_rcontext_enqueue_and_wait()
1267 proxy_lua_error(L, "invalid handle passed to enqueue_and_wait"); in mcplib_rcontext_enqueue_and_wait()
1294 proxy_lua_error(L, "wait: cannot call while already in wait mode"); in mcplib_rcontext_wait_handle()
1299 proxy_lua_error(L, "invalid handle passed to wait_handle"); in mcplib_rcontext_wait_handle()
1305 proxy_lua_error(L, "wait_handle called on unqueued handle"); in mcplib_rcontext_wait_handle()
1351 proxy_lua_error(L, "sleep: cannot call while already in wait mode"); in mcplib_rcontext_sleep()
1367 proxy_lua_error(L, "invalid queue handle passed to :good/:ok:/:any"); in _mcplib_rcontext_checkhandle()
1712 proxy_lua_error(L, "Non integer key in router command map in router_new"); in _mcplib_router_new_cmapcheck()
1716 proxy_lua_error(L, "Bad command in router command map in router_new"); in _mcplib_router_new_cmapcheck()
1726 proxy_lua_error(L, "Must pass a table to map argument of router_new"); in _mcplib_router_new_mapcheck()
1738 proxy_lua_error(L, "unhandled data in router_new map"); in _mcplib_router_new_mapcheck()
1781 proxy_lua_error(L, "must specify start and stop if mode is anchor in mcp.router_new"); in _mcplib_router_new_mode()
1794 proxy_lua_error(L, "unknown type passed to mcp.router_new"); in _mcplib_router_new_mode()
1805 proxy_lua_error(L, "Must pass a table of arguments to mcp.router_new"); in mcplib_router_new()
1816 proxy_lua_error(L, "Must pass a table to cmap argument of mcp.router_new"); in mcplib_router_new()
1821 proxy_lua_error(L, "Must pass map and/or cmap to mcp.router_new"); in mcplib_router_new()