Structural slot for a CngxDataGridRow's error state. The row renders it
inside the detail region, in a role="alert" container, when the row's [state]
is error - so the error body is announced to assistive tech the moment it
appears, even if the row was never expanded. Absent, the row renders a minimal
CSS error affordance with the resolved errorMessage.
The template receives a CngxDgaRowStateContext whose message is the
resolved error string, so the override can render the announced text (and a
retry) without re-deriving it.