HomeSort by relevance Sort by last modified time
    Searched defs:RpcError (Results 1 - 3 of 3) sorted by null

  /external/sl4a/Common/src/com/googlecode/android_scripting/rpc/
RpcError.java 20 public class RpcError extends Exception {
22 public RpcError(String message) {
  /external/syzkaller/vendor/google.golang.org/appengine/internal/remote_api/
remote_api.pb.go 14 RpcError
158 type RpcError struct {
164 func (m *RpcError) Reset() { *m = RpcError{} }
165 func (m *RpcError) String() string { return proto.CompactTextString(m) }
166 func (*RpcError) ProtoMessage() {}
168 func (m *RpcError) GetCode() int32 {
175 func (m *RpcError) GetDetail() string {
187 RpcError *RpcError `protobuf:"bytes,5,opt,name=rpc_error" json:"rpc_error,omitempty"
    [all...]
  /external/grpc-grpc/src/python/grpcio/grpc/
__init__.py 240 class RpcError(Exception):
385 will be an RpcError.
395 Call-Future's exception value will be an RpcError.
421 raise RpcError indicating termination of the RPC with non-OK
430 Call-iterator may raise RpcError indicating termination of
459 returned Call-Future's exception value will be an RpcError.
469 Call-Future's exception value will be an RpcError.
495 raise RpcError indicating termination of the RPC with non-OK
504 Call-iterator may raise RpcError indicating termination of
627 RpcError: Indicating that the RPC terminated with non-OK status. Th
    [all...]

Completed in 530 milliseconds