T
public interface ExceptionResult<T>
error(int code, String message)
error(int code, String message, Object object)
success(int code, String message, Object object)
T success(int code, String message, Object object)
T error(int code, String message, Object object)
T error(int code, String message)
Copyright © 2022 tan. All rights reserved.