Skip to main content

WrapResponseBase

The WrapResponseBase class is an abstract base class representing the structure of a wrapped response. It includes fields for indicating success, providing messages, and detailing validation errors or exceptions.

Properties

NameDescription
SuccessIndicates the status of the response. true if the operation was successful; otherwise, false.
InternalMessageAn internal message associated with the response, intended for logging or internal tracking.
ValidationErrorInfosA list of validation error information objects that describe validation issues encountered during the operation.
ExceptionAn exception object representing any error that occurred during the operation.
MessageA public message associated with the response, intended for external use or display.