Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 291 Bytes

ErrorResponseBody.md

File metadata and controls

18 lines (12 loc) · 291 Bytes

TrieveRubyClient::ErrorResponseBody

Properties

Name Type Description Notes
message String

Example

require 'trieve_ruby_client'

instance = TrieveRubyClient::ErrorResponseBody.new(
  message: null
)