Exception: ChatgptAssistant::MessageNotCreatedError

Inherits:
StandardError
  • Object
show all
Includes:
LoadError
Defined in:
lib/chatgpt_assistant/error.rb

Overview

Message Not Created Error

Instance Method Summary collapse

Methods included from LoadError

#load_error_context

Constructor Details

#initialize(message = load_error_context[:message_not_created_error]) ⇒ MessageNotCreatedError

Returns a new instance of MessageNotCreatedError.



87
88
89
# File 'lib/chatgpt_assistant/error.rb', line 87

def initialize(message = load_error_context[:message_not_created_error])
  super(message)
end