message property

String? message
getter/setter pair

The detailed error message.

The message should help developer understand the underlying problem without leaking internal data.

Implementation

core.String? message;