errorMessage property
String
get
errorMessage
A human readable error description.
Implementation
String get errorMessage =>
raw.tryGet<String>('error') ??
(requireAdditionalAuthentication
? 'Require additional authentication'
: 'Unknown error');