# HelloextendApiClient::Error ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **code** | **String** | | **message** | **String** | | ## Code Sample ```ruby require 'HelloextendApiClient' instance = HelloextendApiClient::Error.new(code: null, message: null) ```