reason property

String reason
final

A string providing more detailed information about the operation's outcome.

For successful operations, it might contain a success message, and for failed operations, it would typically contain an error or a reason for the failure.

Implementation

final String reason;