Skip to content
Snippets Groups Projects
Commit 4fbb7579 authored by Stefan Spettel's avatar Stefan Spettel
Browse files

fix(pcf): formatting for SMPoliciesCollectionApiImpl.cpp

parent be1acd4a
No related branches found
No related tags found
1 merge request!12Refactor HTTP client and NRF service
Pipeline #33427 passed
......@@ -76,7 +76,8 @@ void SMPoliciesCollectionApiImpl::create_sm_policy(
default:
Logger::pcf_app().error("Unknown error code");
http_code = http_status_code_e::HTTP_STATUS_CODE_500_INTERNAL_SERVER_ERROR;
http_code =
http_status_code_e::HTTP_STATUS_CODE_500_INTERNAL_SERVER_ERROR;
problem_details.setCause("INTERNAL_ERROR");
problem_details.setDetail("Internal Service Error: Unknown return code.");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment