errored
Containing one or more errors; faulty.
errored: when a circuit or device has detected a fault state
In electrical systems, errored describes a device or circuit that has detected an abnormal condition and signalled it, rather than simply failing silently. An errored state is reportable, logged, and usually halts further operation until the fault is cleared. This is distinct from a failed component; a failed part may produce no signal at all, while an errored system is actively announcing that something is wrong.
The term appears most often in communications and power distribution contexts. A network interface might report an errored frame count: packets that arrived with corrupted data or violated protocol syntax. A circuit breaker or protective relay enters an errored state when it detects an overvoltage, overcurrent, or ground fault condition and trips, locking itself until manually reset or automatically cycled. The equipment is functioning precisely as designed, which is to detect and stop normal operation when conditions become unsafe.
Error detection relies on embedded diagnostics. Checksums, parity bits, or cyclic redundancy checks (CRC) embedded in data streams allow receivers to spot corruption. Analogue thresholds in protection circuits trigger when measured voltage or current crosses a preset boundary. Watchdog timers detect when software hangs. When any of these mechanisms trip, the device logs the event, sets an error flag, and often cuts power or halts output. Modern equipment may distinguish between recoverable errors (which may auto-reset) and latching errors (which require human intervention).
The distinction between errored and simply broken matters for diagnostics and maintenance. An errored device tells you what went wrong; a silent failure gives you nothing. This is why communications standards specify error counting and reporting. A slightly degraded fibre optic link may carry traffic but accumulate errored frames; monitoring those counts lets technicians schedule replacement before total blackout. Similarly, a power supply that has tripped on overvoltage is errored and recoverable; one that has suffered internal arc damage is merely dead.
The term rarely appears in older or purely mechanical trades, where failure is binary. It gained currency in the mid-20th century as digital logic and feedback control became standard. Today it is routine in networking, industrial controllers, and power electronics, where self-diagnostics and remote monitoring are expected. An errored condition is information; the system is doing its job by telling you so.