Package io.nutrient.data.models
Class RestApiError
-
- All Implemented Interfaces:
@Serializable() public final class RestApiError
-
-
Constructor Summary
Constructors Constructor Description RestApiError(String type, String message)
-
Method Summary
Modifier and Type Method Description final String
getType()
final String
getMessage()
-