Package com.arms.api.util.response
Class CommonResponse
java.lang.Object
com.arms.api.util.response.CommonResponse
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Method Summary
Modifier and TypeMethodDescriptionstatic CommonResponse.ApiResult<?> static CommonResponse.ApiResult<?> static CommonResponse.ApiResult<?> static CommonResponse.ApiResult<?> static CommonResponse.ApiResult<?> static <T> CommonResponse.ApiResult<T> success(T response)
-
Method Details
-
success
-
error
public static CommonResponse.ApiResult<?> error(Throwable throwable, org.springframework.http.HttpStatusCode status) -
error
public static CommonResponse.ApiResult<?> error(Throwable throwable, org.springframework.http.HttpStatus status) -
error
public static CommonResponse.ApiResult<?> error(String message, org.springframework.http.HttpStatus status) -
error
public static CommonResponse.ApiResult<?> error(ErrorCode errorCode, org.springframework.http.HttpStatus status) -
error
public static CommonResponse.ApiResult<?> error(String message, ErrorCode errorCode, org.springframework.http.HttpStatus status)
-