struct OpenAI::InnerError

Included Modules

Extended Modules

Defined in:

openai/errors.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(code : String | Nil, content_filter_result : JSON::Any | Nil) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def clone #

[View source]
def code : String | Nil #

def content_filter_result : JSON::Any | Nil #

def copy_with(code _code = @code, content_filter_result _content_filter_result = @content_filter_result) #

[View source]