Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Latest commit

 

History

History
22 lines (16 loc) · 373 Bytes

File metadata and controls

22 lines (16 loc) · 373 Bytes

Cfchat::RequestError

Properties

Name Type Description Notes
field String [optional]
message String [optional]
code String [optional]

Example

require 'cfchat'

instance = Cfchat::RequestError.new(
  field: null,
  message: null,
  code: null
)