Structured result from backend read operations.
Replaces the previous plain string return, giving callers a programmatic way to distinguish errors from content.
interface ReadResultFile content: string for text, Uint8Array for binary. Undefined on failure.
Error message on failure, undefined on success
MIME type of the file, when available