error_description property

String? get error_description

Human-readable ASCII text providing additional information, used to assist the client developer in understanding the error that occurred.

Implementation

String? get error_description => _error_description?.toDart;