Class ErrorDetailsProto.InvalidArgument

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
org.bdware.bdledger.api.grpc.pb.ErrorDetailsProto.InvalidArgument
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, ErrorDetailsProto.InvalidArgumentOrBuilder
Enclosing class:
ErrorDetailsProto

public static final class ErrorDetailsProto.InvalidArgument extends com.google.protobuf.GeneratedMessageV3 implements ErrorDetailsProto.InvalidArgumentOrBuilder
 InvalidArgument indicates client specified an invalid argument.
 Note that this differs from FailedPrecondition. It indicates arguments
 that are problematic regardless of the state of the system
 (e.g., a malformed file name).
 
Protobuf type bdware.bdledger.api.InvalidArgument
See Also: