We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b805e19 commit 204063eCopy full SHA for 204063e
pkgs/jni/lib/src/errors.dart
@@ -4,6 +4,7 @@
4
5
import 'dart:io';
6
7
+import '../_internal.dart';
8
import 'third_party/generated_bindings.dart';
9
10
// TODO(#567): Add the fact that [JException] is now a [JObject] to the
@@ -37,6 +38,7 @@ sealed class JniError extends Error {
37
38
39
JniError(this.message);
40
41
+ @internal
42
factory JniError.of(JniErrorCode status) {
43
if (!_errors.containsKey(status)) {
44
status = JniErrorCode.ERR;
0 commit comments