Physical Metrics Calculation Library
  1. Body Fat Scale Body Data Parsing
Physical Metrics Calculation Library
  • Quick Start
  • Body Fat Scale Body Data Parsing
    • Err Error Codes
    • Get Temporary Token Based on AppKey
      POST
    • Alternating Current Four-Electrode Algorithm
      GET
    • Direct Current Four-Electrode Algorithm
      GET
    • Dual-frequency AC four-electrode
      GET
    • Alternating Current eight-electrode algorithm
      GET
  1. Body Fat Scale Body Data Parsing

Err Error Codes

Error Codes#

Error CodeError Message
4001Impedance cannot be empty
4002Gender cannot be empty
4003Age cannot be empty
4004Height cannot be empty
4005Weight cannot be empty
4006Population category cannot be empty
4007Heart rate cannot be empty
4008Token cannot be empty
4009Invalid token
4010Invalid age. Please enter a valid age (6-99 years)
4011Invalid gender. Please select the correct gender (0=female; 1=male)
4012Invalid height. Please enter a valid height (90-220 cm)
4013Invalid weight. Please enter a valid weight (10.0-200.0 kg)
4014Invalid population category. Please select the correct category (0=normal; 1=athlete)
4015Invalid impedance
4016Unauthorized. Please contact customer service for authorization
4017Insufficient permission. The current AppKey does not have access to the resource
4018Maximum call limit reached. The current AppKey has reached the maximum number of calls
4019AppKey expired. Please update the AppKey to continue using the service
4020Request frequency too high. Please try again later

Reasons for Body Fat Percentage Calculation Failure (errorType)#

errorTypeDescription
PP_ERROR_TYPE_NONENo exception
PP_ERROR_TYPE_IMPEDANCE_TWO_LEGSInvalid impedance (plain impedance: 200~1200)
PP_ERROR_TYPE_HEIGHTInvalid height. Please enter a valid height (90-220 cm)
PP_ERROR_TYPE_AGEInvalid age. Please enter a valid age (6-99 years)
PP_ERROR_TYPE_WEIGHTInvalid weight. Please enter a valid weight (10.0-200.0 kg)
Previous
Body Fat Scale Body Data Parsing
Next
Get Temporary Token Based on AppKey
Built with