JniErrorCode class abstract

Constructors

JniErrorCode()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

JNI_EDETACHED → const int
thread detached from the VM
JNI_EEXIST → const int
VM already created
JNI_EINVAL → const int
Invalid argument
JNI_ENOMEM → const int
Out of memory
JNI_ERR → const int
generic error
JNI_EVERSION → const int
JNI version error
JNI_OK → const int
no error