errorMessage property

String? errorMessage
final

The error message for the given errorCode.

This is typically only an error message.

This will contain the errorMessage from the underlying error, or the errorDetails if the error message is not available.

Implementation

final String? errorMessage;