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

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

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

/**
 * [`SocketAddress`] error variants
 */
public enum SocketAddressParseError {
	/**
	 * Socket address (IPv4/IPv6) parsing error
	 */
	LDKSocketAddressParseError_SocketAddrParse,
	/**
	 * Invalid input format
	 */
	LDKSocketAddressParseError_InvalidInput,
	/**
	 * Invalid port
	 */
	LDKSocketAddressParseError_InvalidPort,
	/**
	 * Invalid onion v3 address
	 */
	LDKSocketAddressParseError_InvalidOnionV3,
	; static native void init();
	static { init(); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy