# Cheminee::QueryResponseError ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **error** | **String** | | | ## Example ```ruby require 'cheminee' instance = Cheminee::QueryResponseError.new( error: null ) ```