Need clarity on cart api response

while adding product to the cart, in api response we are getting below parameters:
“success”: false,
“partial”: true,
“result”: {},
“message”: “Added only those products that are in stock”
what is mean by partial? How to handle scenarios if success is false and partial is true? What is the meaning of the message reponse.
@kedar2a @Abhishek_Singh