Class ServiceResult
-
- All Implemented Interfaces:
public class ServiceResult<T extends Object>Represents the result for services SUCCESS The request was successful and returned the correct result. FAILURE The request failed and return the error code and message. To avoid confusion, please use the FAILURE.code for processing first; the FAILURE.httpErrorCode is only valid when the FAILURE.code value is ServiceErrorCode.HTTP_STATUS_ERROR_FOR_JOULE.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classServiceResult.SUCCESSpublic final classServiceResult.FAILURE
-