Class ResponseResultInfo

java.lang.Object
codes.thischwa.cf.model.ResponseResultInfo

public class ResponseResultInfo extends Object
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.
It can be used to standardize the response format in an application.
  • Constructor Details

    • ResponseResultInfo

      public ResponseResultInfo()