SmartCoreAI.Driver.OpenAI.TAIOpenAIDriver.DoError
Delphi
procedure DoError(const Msg: string; ExceptionClass: EAIExceptionClass); overload; virtual;
procedure DoError(const AResponse: IHTTPResponse); overload; virtual;
procedure DoError(const ACallback: IAIChatCallback; const AResponse: IHTTPResponse; const Msg: string); overload; virtual;
C++
virtual void __fastcall DoError(const System::UnicodeString Msg, Smartcoreai::Exceptions::EAIExceptionClass ExceptionClass)/* overload */;
virtual void __fastcall DoError(const System::Net::Httpclient::_di_IHTTPResponse AResponse)/* overload */;
virtual void __fastcall DoError(const Smartcoreai::Types::_di_IAIChatCallback ACallback, const System::Net::Httpclient::_di_IHTTPResponse AResponse, const System::UnicodeString Msg)/* overload */;
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
|---|---|---|---|---|
procedure function |
protected | SmartCoreAI.Driver.OpenAI.pas SmartCoreAI.Driver.OpenAI.hpp |
SmartCoreAI.Driver.OpenAI | TAIOpenAIDriver |
Beschreibung
Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.