Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 484 Bytes

File metadata and controls

20 lines (14 loc) · 484 Bytes

VectorizerAI::ErrorResponse

Properties

Name Type Description Notes
error ErrorResponseError
data_received Hash<String, Object> Echo of the submitted request data when available. File uploads are summarized instead of echoed.

Example

require 'vectorizer_ai'

instance = VectorizerAI::ErrorResponse.new(
  error: null,
  data_received: null
)