Searched refs:nxt_unit_error (Results 1 – 3 of 3) sorted by relevance
/unit/src/python/ |
H A D | nxt_python_asgi_lifespan.c | 212 nxt_unit_error(NULL, "Python failed to call the application"); in nxt_py_asgi_lifespan_target_startup() 218 nxt_unit_error(NULL, "Application result type is not a coroutine"); in nxt_py_asgi_lifespan_target_startup() 425 nxt_unit_error(NULL, in nxt_py_asgi_lifespan_send() 474 nxt_unit_error(NULL, "Application startup failed"); in nxt_py_asgi_lifespan_send_startup() 479 nxt_unit_error(NULL, "%.*s", (int) message_len, message_str); in nxt_py_asgi_lifespan_send_startup()
|
/unit/src/ |
H A D | nxt_unit.h | 387 #define nxt_unit_error(ctx, fmt, ARGS...) \ macro
|
/unit/src/perl/ |
H A D | nxt_perl_psgi.c | 1116 nxt_unit_error(NULL, "PSGI: Failed to execute result callback: \n%s", in nxt_perl_psgi_result_cb()
|