errorCode property

String? get errorCode

Gets the error code if authentication failed

Implementation

String? get errorCode => error?.code;