SizeFitApiException
class SizeFitApiException(val statusCode: Int, message: String = "API request failed with status code: ") : Exception
Exception thrown when the API returns an error status code.
Exception thrown when the API returns an error status code.