Uses of Class
org.ldk.structs.PeerHandleError
-
Packages that use PeerHandleError Package Description org.ldk.structs -
-
Uses of PeerHandleError in org.ldk.structs
Fields in org.ldk.structs declared as PeerHandleError Modifier and Type Field Description PeerHandleErrorResult_boolPeerHandleErrorZ.Result_boolPeerHandleErrorZ_Err. errPeerHandleErrorResult_CVec_u8ZPeerHandleErrorZ.Result_CVec_u8ZPeerHandleErrorZ_Err. errPeerHandleErrorResult_NonePeerHandleErrorZ.Result_NonePeerHandleErrorZ_Err. errMethods in org.ldk.structs that return PeerHandleError Modifier and Type Method Description PeerHandleErrorPeerHandleError. clone()Creates a copy of the PeerHandleErrorstatic PeerHandleErrorPeerHandleError. of(boolean no_connection_possible_arg)Constructs a new PeerHandleError given each fieldMethods in org.ldk.structs with parameters of type PeerHandleError Modifier and Type Method Description static Result_boolPeerHandleErrorZResult_boolPeerHandleErrorZ. err(PeerHandleError e)Creates a new CResult_boolPeerHandleErrorZ in the error state.static Result_CVec_u8ZPeerHandleErrorZResult_CVec_u8ZPeerHandleErrorZ. err(PeerHandleError e)Creates a new CResult_CVec_u8ZPeerHandleErrorZ in the error state.static Result_NonePeerHandleErrorZResult_NonePeerHandleErrorZ. err(PeerHandleError e)Creates a new CResult_NonePeerHandleErrorZ in the error state.
-