class Google::Apis::SpannerV1::Status

//cloud.google.com/apis/design/errors).
about this error model and how to work with it in the [API Design Guide](https:
data: error code, error message, and error details. You can find out more
gRPC](github.com/grpc). Each ‘Status` message contains three pieces of
programming environments, including REST APIs and RPC APIs. It is used by [
The `Status` type defines a logical error model that is suitable for different

def initialize(**args)

def initialize(**args)
   update!(**args)
end

def update!(**args)

Update properties of this object
def update!(**args)
  @code = args[:code] if args.key?(:code)
  @details = args[:details] if args.key?(:details)
  @message = args[:message] if args.key?(:message)
end