class Google::Cloud::Error

def body

Returns:
  • (Object, nil) -
def body
  return nil unless cause && cause.respond_to?(:body)
  cause.body
end