public static interface KeepKeyMessage.FailureOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
KeepKeyType.FailureType |
getCode()
optional .FailureType code = 1; |
String |
getMessage()
optional string message = 2; |
com.google.protobuf.ByteString |
getMessageBytes()
optional string message = 2; |
boolean |
hasCode()
optional .FailureType code = 1; |
boolean |
hasMessage()
optional string message = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasCode()
optional .FailureType code = 1;
computer-readable definition of the error state
KeepKeyType.FailureType getCode()
optional .FailureType code = 1;
computer-readable definition of the error state
boolean hasMessage()
optional string message = 2;
human-readable message of the error state
String getMessage()
optional string message = 2;
human-readable message of the error state
com.google.protobuf.ByteString getMessageBytes()
optional string message = 2;
human-readable message of the error state
Copyright © 2013–2016 Bitcoin Solutions Ltd. All rights reserved.