Package com.google.cloud.bigtable.common
Class Status
java.lang.Object
com.google.cloud.bigtable.common.Status
- All Implemented Interfaces:
Serializable
The `Status` type defines a logical error model. Each `Status` message contains an error code and
a error message.
This primarily wraps the protobuf Status
.
- See Also:
-
Nested Class Summary
-
Method Summary
-
Method Details
-
fromProto
Wraps the given protobuf Status -
getCode
Gets the typesafe code. -
getMessage
Gets error message. -
toProto
public com.google.rpc.Status toProto()Gets the underlying protobuf. -
toString
-
equals
-
hashCode
public int hashCode()
-