Protos.Error.ErrorCode |
Protos.ErrorOrBuilder.getCode()
optional .paymentchannels.Error.ErrorCode code = 1 [default = OTHER];
|
Protos.Error.ErrorCode |
Protos.Error.getCode()
optional .paymentchannels.Error.ErrorCode code = 1 [default = OTHER];
|
Protos.Error.ErrorCode |
Protos.Error.Builder.getCode()
optional .paymentchannels.Error.ErrorCode code = 1 [default = OTHER];
|
static Protos.Error.ErrorCode |
Protos.Error.ErrorCode.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Protos.Error.ErrorCode |
Protos.Error.ErrorCode.valueOf(int value) |
static Protos.Error.ErrorCode |
Protos.Error.ErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Protos.Error.ErrorCode[] |
Protos.Error.ErrorCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|