Rust-style Result type for safe error handling. Returns either [data, null] on success or [null, error] on failure.
Rust-style Result type for safe error handling. Returns either [data, null] on success or [null, error] on failure.