message property
final
Human-readable error message describing the issue
This message should be clear enough to understand the nature of the error without requiring access to the source code.
Implementation
final String message;
Human-readable error message describing the issue
This message should be clear enough to understand the nature of the error without requiring access to the source code.
final String message;