message property

String message
getter/setter pair

The message for this exception.

This might contain sensitive information, so it is not recommended to send this string to your users. Checking the type of the error and reacting accordingly is recommended.

Implementation

String message;