menu:operate:wizards:bop_error_conf
This is an old revision of the document!
bop_error conf
fWhile processing BOP service orders, NetYCE sends status and error codes back to BOP, depending on its process. In the configuration file /opt/yce/etc/bop_error.json these error codes can be modified. It consists out of a key, followed by the http code that it should return, and the bop code. In the table below, you can find the keys for the messages that you are able to send:
| Key | Http code | Bop code | Explanation |
| notify_no_module | 500 | 0101 | |
| notify_bad_request | 400 | 0102 | |
| create_no_module | 500 | 1002 | |
| create_bad_request | 400 | 1002 | |
| create_decode_error | 500 | 1003 | |
| create_conflict | 409 | 1100 | |
| create_failed | 400 | 1100 | |
| create_missing | 200 | 1200 | |
| list_no_module | 500 | 2001 | |
| get_no_module | 500 | 3001 | |
| get_no_id | 400 | 3002 | |
| renew_no_module | 500 | 4001 | |
| renew_no_id | 400 | 4002 | |
| renew_bad_request | 400 | 4003 | |
| renew_decode_error | 400 | 4004 | |
| renew_not_found | 400 | 4100 | |
| renew_wrong_state | 409 | 4100 | |
| renew_conflict | 409 | 4100 | |
| renew_failed | 400 | 4100 | |
| renew_missing | 201 | 4200 | |
| update_no_module | 500 | 5001 | |
| update_no_id | 400 | 5002 | |
| update_bad_request | 400 | 5003 | |
| update_decode_error | 400 | 5004 | |
| update_not_found | 400 | 5100 | |
| update_wrong_state | 409 | 5100 | |
| update_failed | 400 | 5100 | |
| update_missing | 201 | 5200 | |
| drop_no_module | 500 | 6001 | |
| drop_no_id | 400 | 6002 | |
| drop_not_found | 400 | 6100 | |
| drop_wrong_state | 409 | 6100 | |
| cancel_no_module | 500 | 7001 | |
| cancel_bad_request | 400 | 7002 | |
| cancel_decode_error | 400 | 7003 | |
| submit_no_id | 400 | 7100 | |
| submit_not_found | 404 | 7100 | |
| submit_wrong_state | 409 | 7100 | |
| notify_create_no_module | 500 | 8001 | |
| notify_list_no_module | 500 | 8001 | |
| notify_create_bad_request | 400 | 8002 | |
| notify_no_callback | 400 | 8100 | |
| notify_bad_callback | 400 | 8100 | |
| notify_drop_no_module | 500 | 8001 | |
| notify_drop_no_id | 400 | 8001 | |
| notify_unregister_no_id | 400 | 9100 | |
| update_order_state_not_found | 400 | 9500 | |
| update_order_state_wrong_state | 409 | 9500 | |
| update_order_state_wrong_attribute | 400 | 9500 | |
| update_item_state_not_found | 400 | 9500 | |
| update_item_state_wrong_state | 409 | 9500 | |
| update_item_state_wrong_attribute | 400 | 9500 | |
| update_order_no_module | 500 | 9501 | |
| update_item_no_module | 500 | 9501 | |
| update_order_no_id | 400 | 9502 | |
| update_item_no_id | 400 | 9502 | |
| update_order_bad_request | 400 | 9503 | |
| update_item_bad_request | 400 | 9503 | |
| update_order_decode_error | 400 | 9504 | |
| update_item_decode_error | 400 | 9504 | |
menu/operate/wizards/bop_error_conf.1772625502.txt.gz · Last modified: 2026/03/04 11:58 by admin