Lightweight tri-state wrapper for UI data. Prefer this over bare nullable initial values when the UI needs to distinguish "still loading" from "genuinely empty."
Data is available.
An error occurred while loading.
Data has not yet arrived.
Returns the Content data, or null if this state is Loading or Error.
null