Skip to main content

WrapResponseBase Properties

An object defining properties for the WrapResponseBase class.

InternalMessage

An internal message associated with the response, intended for logging or internal tracking.

Type: string


Success

Indicates the status of the response. true if the operation was successful; otherwise, false.

Type: bool


ValidationErrorInfos

A list of validation error information objects that describe validation issues encountered during the operation.

Type: IList<ValidationErrorInfo>


Message

A public message associated with the response, intended for external use or display.

Type: string


Exception

An exception object representing any error that occurred during the operation.

Type: Exception