normalizeAgentDeviceError function
Back-compat alias for normalizeError exposed under the longer public name.
Implementation
NormalizedError normalizeAgentDeviceError(
Object? err, {
String? diagnosticId,
String? logPath,
}) => normalizeError(err, diagnosticId: diagnosticId, logPath: logPath);