class Google::Cloud::Error
def details
over gRPC.
This is typically present on errors originating from calls to an API
object, if both are present. Otherwise returns `nil`.
Returns the value of `details` from the underlying cause error
#
def details return nil unless cause && cause.respond_to?(:details) cause.details end