Class ErrorCode
java.lang.Object
com.frostwire.jlibtorrent.ErrorCode
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ErrorCode
- Parameters:
ec- the native object
-
-
Method Details
-
value
public int value()- Returns:
- the internal error code value
-
message
- Returns:
- the error message
-
isError
public boolean isError()Returns if this error code actually represents an error.- Returns:
- true if an actual error
-