Uses of Class
org.ldk.enums.CreationError
-
Packages that use CreationError Package Description org.ldk.enums org.ldk.impl org.ldk.structs -
-
Uses of CreationError in org.ldk.enums
Methods in org.ldk.enums that return CreationError Modifier and Type Method Description static CreationErrorCreationError. valueOf(String name)Returns the enum constant of this type with the specified name.static CreationError[]CreationError. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CreationError in org.ldk.impl
Fields in org.ldk.impl declared as CreationError Modifier and Type Field Description CreationErrorbindings.LDKSignOrCreationError.CreationError. creation_errorMethods in org.ldk.impl that return CreationError Modifier and Type Method Description static CreationErrorbindings. CreationError_clone(long orig)static CreationErrorbindings. CreationError_description_too_long()static CreationErrorbindings. CreationError_expiry_time_out_of_bounds()static CreationErrorbindings. CreationError_route_too_long()static CreationErrorbindings. CreationError_timestamp_out_of_bounds()static CreationErrorbindings. LDKCResult_DescriptionCreationErrorZ_get_err(long arg)static CreationErrorbindings. LDKCResult_ExpiryTimeCreationErrorZ_get_err(long arg)static CreationErrorbindings. LDKCResult_PositiveTimestampCreationErrorZ_get_err(long arg)static CreationErrorbindings. LDKCResult_PrivateRouteCreationErrorZ_get_err(long arg)Methods in org.ldk.impl with parameters of type CreationError Modifier and Type Method Description static longbindings. CResult_DescriptionCreationErrorZ_err(CreationError e)static longbindings. CResult_ExpiryTimeCreationErrorZ_err(CreationError e)static longbindings. CResult_PositiveTimestampCreationErrorZ_err(CreationError e)static longbindings. CResult_PrivateRouteCreationErrorZ_err(CreationError e)static longbindings. SignOrCreationError_creation_error(CreationError a) -
Uses of CreationError in org.ldk.structs
Fields in org.ldk.structs declared as CreationError Modifier and Type Field Description CreationErrorSignOrCreationError.CreationError. creation_errorCreationErrorResult_DescriptionCreationErrorZ.Result_DescriptionCreationErrorZ_Err. errCreationErrorResult_ExpiryTimeCreationErrorZ.Result_ExpiryTimeCreationErrorZ_Err. errCreationErrorResult_PositiveTimestampCreationErrorZ.Result_PositiveTimestampCreationErrorZ_Err. errCreationErrorResult_PrivateRouteCreationErrorZ.Result_PrivateRouteCreationErrorZ_Err. errMethods in org.ldk.structs with parameters of type CreationError Modifier and Type Method Description static SignOrCreationErrorSignOrCreationError. creation_error(CreationError a)Utility method to constructs a new CreationError-variant SignOrCreationErrorstatic Result_DescriptionCreationErrorZResult_DescriptionCreationErrorZ. err(CreationError e)Creates a new CResult_DescriptionCreationErrorZ in the error state.static Result_ExpiryTimeCreationErrorZResult_ExpiryTimeCreationErrorZ. err(CreationError e)Creates a new CResult_ExpiryTimeCreationErrorZ in the error state.static Result_PositiveTimestampCreationErrorZResult_PositiveTimestampCreationErrorZ. err(CreationError e)Creates a new CResult_PositiveTimestampCreationErrorZ in the error state.static Result_PrivateRouteCreationErrorZResult_PrivateRouteCreationErrorZ. err(CreationError e)Creates a new CResult_PrivateRouteCreationErrorZ in the error state.
-