- {errorDetails?.description || errorMsg}
+
+ Error Code: 0x
+ {machineError.toString(16).toUpperCase().padStart(2, "0")}
- Error Code: 0x
- {machineError.toString(16).toUpperCase().padStart(2, "0")}
-
+ {isInfo ? "Steps:" : "How to Fix:"}
+
+
- {isInfo ? "Steps:" : "How to Fix:"}
-
-
- {errorDetails.solutions.map((solution, index) => (
-
- >
- )}
- {machineError !== undefined && !errorDetails?.isInformational && (
-
- {content.description} -
- {content.items && content.items.length > 0 && ( -