interface Err Since 0.1.0 A failed result carrying an error. Type Parameters E The error type Properties readonly success: false Discriminant: false for failure. readonly error: E The error value.