SmartCoreAI.Driver.Claude.TAIClaudeDriver.DoError
Delphi
procedure DoError(const Msg: string; ExceptionClass: EAIExceptionClass); overload; virtual;
procedure DoError(const AReponse: 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 AReponse, const System::UnicodeString Msg)/* overload */;
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
|---|---|---|---|---|
procedure function |
protected | SmartCoreAI.Driver.Claude.pas SmartCoreAI.Driver.Claude.hpp |
SmartCoreAI.Driver.Claude | TAIClaudeDriver |
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.