Package org.ldk.structs
Class PathFailure.InitialSend
- java.lang.Object
-
- org.ldk.structs.PathFailure
-
- org.ldk.structs.PathFailure.InitialSend
-
- Enclosing class:
- PathFailure
public static final class PathFailure.InitialSend extends PathFailure
We failed to initially send the payment and no HTLC was committed to. Contains the relevant error.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.ldk.structs.PathFailure
PathFailure.InitialSend, PathFailure.OnPath
-
-
-
-
Field Detail
-
err
public final APIError err
The error surfaced from initial send.
-
-