errcode property
String
get
errcode
The unique identifier for this error.
Implementation
String get errcode =>
raw.tryGet<String>('errcode') ??
(requireAdditionalAuthentication ? 'M_FORBIDDEN' : 'M_UNKNOWN');