CockpitCommandError constructor
CockpitCommandError({})
Creates a CockpitCommandError.
Implementation
CockpitCommandError({
required this.code,
required this.message,
Map<String, Object?> details = const <String, Object?>{},
}) : details = Map.unmodifiable(details);