Package codes.thischwa.cf.model
Class ResponseResultInfo
java.lang.Object
codes.thischwa.cf.model.ResponseResultInfo
Represents the result of a response with metadata about its success and associated messages or
errors.
This class provides a structure to capture the outcome of an operation, including:
- Whether the operation was successful.
- A list of error messages if the operation failed.
- A list of informational or success messages.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ResponseResultInfo
public ResponseResultInfo()
-