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 CreationError
CreationError. 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 CreationError
bindings.LDKSignOrCreationError.CreationError. creation_error
Methods in org.ldk.impl that return CreationError Modifier and Type Method Description static CreationError
bindings. CreationError_clone(long orig)
static CreationError
bindings. CreationError_description_too_long()
static CreationError
bindings. CreationError_expiry_time_out_of_bounds()
static CreationError
bindings. CreationError_route_too_long()
static CreationError
bindings. CreationError_timestamp_out_of_bounds()
static CreationError
bindings. LDKCResult_DescriptionCreationErrorZ_get_err(long arg)
static CreationError
bindings. LDKCResult_ExpiryTimeCreationErrorZ_get_err(long arg)
static CreationError
bindings. LDKCResult_PositiveTimestampCreationErrorZ_get_err(long arg)
static CreationError
bindings. LDKCResult_PrivateRouteCreationErrorZ_get_err(long arg)
Methods in org.ldk.impl with parameters of type CreationError Modifier and Type Method Description static long
bindings. CResult_DescriptionCreationErrorZ_err(CreationError e)
static long
bindings. CResult_ExpiryTimeCreationErrorZ_err(CreationError e)
static long
bindings. CResult_PositiveTimestampCreationErrorZ_err(CreationError e)
static long
bindings. CResult_PrivateRouteCreationErrorZ_err(CreationError e)
static long
bindings. 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 CreationError
SignOrCreationError.CreationError. creation_error
CreationError
Result_DescriptionCreationErrorZ.Result_DescriptionCreationErrorZ_Err. err
CreationError
Result_ExpiryTimeCreationErrorZ.Result_ExpiryTimeCreationErrorZ_Err. err
CreationError
Result_PositiveTimestampCreationErrorZ.Result_PositiveTimestampCreationErrorZ_Err. err
CreationError
Result_PrivateRouteCreationErrorZ.Result_PrivateRouteCreationErrorZ_Err. err
Methods in org.ldk.structs with parameters of type CreationError Modifier and Type Method Description static SignOrCreationError
SignOrCreationError. creation_error(CreationError a)
Utility method to constructs a new CreationError-variant SignOrCreationErrorstatic Result_DescriptionCreationErrorZ
Result_DescriptionCreationErrorZ. err(CreationError e)
Creates a new CResult_DescriptionCreationErrorZ in the error state.static Result_ExpiryTimeCreationErrorZ
Result_ExpiryTimeCreationErrorZ. err(CreationError e)
Creates a new CResult_ExpiryTimeCreationErrorZ in the error state.static Result_PositiveTimestampCreationErrorZ
Result_PositiveTimestampCreationErrorZ. err(CreationError e)
Creates a new CResult_PositiveTimestampCreationErrorZ in the error state.static Result_PrivateRouteCreationErrorZ
Result_PrivateRouteCreationErrorZ. err(CreationError e)
Creates a new CResult_PrivateRouteCreationErrorZ in the error state.
-