message property

String? message
final

An optional message with more details about the error.

For example, the value of message might be "The email field is required" when attempting to authenticate via enchanted link with an empty email address.

Implementation

final String? message;