Represents a successful result with data.
This state indicates that the operation completed successfully and fresh data is available.
The successfully fetched data.
The type of data.
The data result of the operation (can be null for initial loading states).
The error that occurred during the operation (only set in Error state).