Presently there is no error handling done for /proc endpoint. Any exception/error that might occur as a result of calling /proc endpoint should be handled.
For example : if a user tries to query a invalid PID, then relevant error message should be returned.
Also the PID should be an integer value, this too should be checked.
Presently there is no error handling done for /proc endpoint. Any exception/error that might occur as a result of calling /proc endpoint should be handled.
For example : if a user tries to query a invalid
PID, then relevant error message should be returned.Also the
PIDshould be an integer value, this too should be checked.