All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.ldk.enums.IOError Maven / Gradle / Ivy

There is a newer version: 0.0.124.0
Show newest version
package org.ldk.enums;

/**
 * Represents an IO Error. Note that some information is lost in the conversion from Rust.
 */
public enum IOError {
	LDKIOError_NotFound,
	LDKIOError_PermissionDenied,
	LDKIOError_ConnectionRefused,
	LDKIOError_ConnectionReset,
	LDKIOError_ConnectionAborted,
	LDKIOError_NotConnected,
	LDKIOError_AddrInUse,
	LDKIOError_AddrNotAvailable,
	LDKIOError_BrokenPipe,
	LDKIOError_AlreadyExists,
	LDKIOError_WouldBlock,
	LDKIOError_InvalidInput,
	LDKIOError_InvalidData,
	LDKIOError_TimedOut,
	LDKIOError_WriteZero,
	LDKIOError_Interrupted,
	LDKIOError_Other,
	LDKIOError_UnexpectedEof,
	; static native void init();
	static { init(); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy