normalizeAgentDeviceError function

NormalizedError normalizeAgentDeviceError(
  1. Object? err, {
  2. String? diagnosticId,
  3. String? logPath,
})

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);