Package org.ldk.structs
Class DecodeError.InvalidValue
- java.lang.Object
-
- org.ldk.structs.DecodeError
-
- org.ldk.structs.DecodeError.InvalidValue
-
- Enclosing class:
- DecodeError
public static final class DecodeError.InvalidValue extends DecodeError
Value was invalid. For example, a byte which was supposed to be a bool was something other than a 0 or 1, a public key/private key/signature was invalid, text wasn't UTF-8, TLV was syntactically incorrect, etc.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.ldk.structs.DecodeError
DecodeError.BadLengthDescriptor, DecodeError.InvalidValue, DecodeError.Io, DecodeError.ShortRead, DecodeError.UnknownRequiredFeature, DecodeError.UnknownVersion, DecodeError.UnsupportedCompression
-
-
Method Summary
-
Methods inherited from class org.ldk.structs.DecodeError
bad_length_descriptor, clone, eq, equals, finalize, invalid_value, io, short_read, unknown_required_feature, unknown_version, unsupported_compression
-
-