User Tools

Site Tools


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, along with their default values:

KeyHttp codeBop codeExplanation
notify_no_module5000101If the NetYCE TMF module cannot be loading while sending a notification
notify_bad_request4000102If the request to send a notification cannot be read
create_no_module5001002If the NetYCE TMF module cannot be loading while creating a service order
create_bad_request4001002If the request to create a service order cannot be read
create_decode_error5001003If the body of a request to contains invalid JSON
create_conflict4091100If the request to create a service order contains a service order id that already exists
create_failed4001100If the request to create a service order failed
create_missing2001200If the service order create request has succeeded, but the service order is missing afterwards
list_no_module5002001If the NetYCE TMF module cannot be loading while retrieving all service orders
get_no_module5003001If the NetYCE TMF module cannot be loading while retrieving a service order
get_no_id4003002If the request to retrieve a service order doesn't contain a service order id
renew_no_module5004001If the NetYCE TMF module cannot be loading while renewing a service order
renew_no_id4004002If the request to renew a service order doesn't contain a service order id
renew_bad_request4004003If the request to renew a service order cannot be read
renew_decode_error4004004If the body of a request to create a service order contains invalid JSON
renew_not_found4004100If the id of the service order to renew is not found
renew_wrong_state4094100If the state of a service order to renew is not 'acknowledged' or 'rejected'
renew_conflict4094100If the service order to renew also has received other actions that conflict with it ('add' or 'delete')
renew_failed4004100If the request to renew a service order failed
renew_missing2014200If the request to renew a service order has succeeded, but the service order is missing afterwards
update_no_module5005001If the NetYCE TMF module cannot be loading while updating a service order
update_no_id4005002If the request to update a service order doesn't contain a service order id
update_bad_request4005003If the request to update a service order cannot be read
update_decode_error4005004If the body of a request to update a service order contains invalid JSON
update_not_found4005100If the service order with the id to update could not be found
update_wrong_state4095100If the state of the service order to update is not 'acknowledged' or 'rejected'
update_failed4005100If the request to update a service order failed
update_missing2015200If the request to update a service order succeeded, but the service order is missing afterwards
drop_no_module5006001If the NetYCE TMF module cannot be loading while dropping a service order
drop_no_id4006002If the request to drop a service order doesn't contain a service order id
drop_not_found4006100If the id of the service order to drop could not be found
drop_wrong_state4096100If the state of the service order to drop is not 'acknowledged' or 'rejected'
cancel_no_module5007001If the NetYCE TMF module cannot be loading while cancelling a service order
cancel_bad_request4007002If the request to cancel a service order cannot be read
cancel_decode_error4007003If the body of a request to cancel a service order contains invalid JSON
submit_no_id4007100If the request to submit a service order doesn't contain a service order id
submit_not_found4047100If the id of the service order to be submitted could not be found
submit_wrong_state4097100If the state of the service order to submit is not 'acknowledged' or 'rejected'
notify_create_no_module5008001If the NetYCE TMF module cannot be loading while creating a notification
notify_list_no_module5008001If the NetYCE TMF module cannot be loading while retrieving all notifications
notify_create_bad_request4008002If the request to create a notification cannot be read
notify_no_callback4008100If the notification registry does not contain a 'callback'
notify_bad_callback4008100If the 'callback' for the notification registry is wrong
notify_drop_no_module5008001If the NetYCE TMF module cannot be loading while deleting a notification
notify_drop_no_id4008001If the id of the notification to drop is not present
notify_unregister_no_id4009100If the id of the notification to unregister is not present
update_order_state_not_found4009500If the id of the service order whose state needs to be updated is not present
update_order_state_wrong_state4099500If the state of the service order whose state needs to be updated is 'deleted' or 'rejected'
update_order_state_wrong_attribute4009500If the request to update the service order state contains a wrong attribute
update_item_state_not_found4009500If the id of the service order item whose state needs to be updated is not present
update_item_state_wrong_state4099500If the state of the service order item whose state needs to be updated is 'deleted' or 'rejected'
update_item_state_wrong_attribute4009500If the request to update the service order item state contains a wrong attribute
update_order_no_module5009501If the NetYCE TMF module cannot be loading while updating a service order state
update_item_no_module5009501If the NetYCE TMF module cannot be loading while updating a service order item state
update_order_no_id4009502If the request to update a service order state doesn't contain a service order id
update_item_no_id4009502If the request to service order item state doesn't contain a service order id or item id
update_order_bad_request4009503If the request to update a service order state cannot be read
update_item_bad_request4009503If the request to update a service order item state cannot be read
update_order_decode_error4009504If the body of a request to update a service order state contains invalid JSON
update_item_decode_error4009504If the body of a request to service order item state contains invalid JSON
menu/operate/wizards/bop_error_conf.1772632285.txt.gz · Last modified: 2026/03/04 13:51 by admin

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki