public class Failure extends Object implements HardwareWalletMessage
Value object to provide the following to downstream API consumers:
This object is typically built from a hardware wallet specific adapter
Constructor and Description |
---|
Failure(FailureType type,
String message) |
Modifier and Type | Method and Description |
---|---|
String |
getMessage() |
FailureType |
getType() |
String |
toString() |
public Failure(FailureType type, String message)
public FailureType getType()
public String getMessage()
Copyright © 2013–2019 Bitcoin Solutions Ltd. All rights reserved.