Home
last modified time | relevance | path

Searched refs:json_error_response (Results 1 – 5 of 5) sorted by relevance

/dports/www/py-django-voting/django-voting-0.2/voting/
H A Dviews.py120 def json_error_response(error_message): function
142 return json_error_response(
145 return json_error_response('Not authenticated.')
150 return json_error_response(
160 return json_error_response('Generic XMLHttpRequest vote view must be '
166 return json_error_response(
/dports/www/py-django-modern-rpc/django-modern-rpc-0.12.1/modernrpc/handlers/
H A Djsonhandler.py94 batch_result.results.append(self.json_error_response(e, override_id=request_id))
100 … batch_result.results.append(self.json_error_response(rpc_exception, override_id=request_id))
163 def json_error_response(self, exception, override_id=None): member in JSONRPCHandler
180 result = self.json_error_response(exception)
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/imap/
H A Dhttp_tzdist.c99 static int json_error_response(struct transaction_t *txn, long tz_code,
758 return json_error_response(txn, TZ_INVALID_ACTION, NULL, NULL); in meth_get()
761 return json_error_response(txn, TZ_NOT_FOUND, NULL, NULL); in meth_get()
1138 return json_error_response(txn, TZ_INVALID_CHANGEDSINCE, in action_list()
1149 return json_error_response(txn, TZ_INVALID_ACTION, NULL, NULL); in action_list()
1806 return json_error_response(txn, TZ_INVALID_FORMAT, NULL, NULL); in action_get()
1827 json_error_response(txn, TZ_NOT_FOUND, NULL, NULL) in action_get()
1997 return json_error_response(txn, TZ_INVALID_START, param, NULL); in action_expand()
2005 return json_error_response(txn, TZ_INVALID_END, param, NULL); in action_expand()
2010 return json_error_response(txn, TZ_INVALID_END, param, &end); in action_expand()
[all …]
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/imap/
H A Dhttp_tzdist.c99 static int json_error_response(struct transaction_t *txn, long tz_code,
758 return json_error_response(txn, TZ_INVALID_ACTION, NULL, NULL); in meth_get()
761 return json_error_response(txn, TZ_NOT_FOUND, NULL, NULL); in meth_get()
1138 return json_error_response(txn, TZ_INVALID_CHANGEDSINCE, in action_list()
1149 return json_error_response(txn, TZ_INVALID_ACTION, NULL, NULL); in action_list()
1806 return json_error_response(txn, TZ_INVALID_FORMAT, NULL, NULL); in action_get()
1827 json_error_response(txn, TZ_NOT_FOUND, NULL, NULL) in action_get()
1997 return json_error_response(txn, TZ_INVALID_START, param, NULL); in action_expand()
2005 return json_error_response(txn, TZ_INVALID_END, param, NULL); in action_expand()
2010 return json_error_response(txn, TZ_INVALID_END, param, &end); in action_expand()
[all …]
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/imap/
H A Dhttp_tzdist.c98 static int json_error_response(struct transaction_t *txn, long tz_code,
749 return json_error_response(txn, TZ_INVALID_ACTION, NULL, NULL); in meth_get()
752 return json_error_response(txn, TZ_NOT_FOUND, NULL, NULL); in meth_get()
1128 return json_error_response(txn, TZ_INVALID_CHANGEDSINCE, in action_list()
1139 return json_error_response(txn, TZ_INVALID_ACTION, NULL, NULL); in action_list()
1773 return json_error_response(txn, TZ_INVALID_FORMAT, NULL, NULL); in action_get()
1794 json_error_response(txn, TZ_NOT_FOUND, NULL, NULL) in action_get()
1956 return json_error_response(txn, TZ_INVALID_START, param, NULL); in action_expand()
1964 return json_error_response(txn, TZ_INVALID_END, param, NULL); in action_expand()
1969 return json_error_response(txn, TZ_INVALID_END, param, &end); in action_expand()
[all …]