Uses of Class
ai.vectros.types.ErrorEvent
Packages that use ErrorEvent
-
Uses of ErrorEvent in ai.vectros.types
Methods in ai.vectros.types that return ErrorEventMethods in ai.vectros.types that return types with arguments of type ErrorEventModifier and TypeMethodDescriptionChatStreamEvent.getError()DocumentAskStreamEvent.getError()RagStreamEvent.getError()Methods in ai.vectros.types with parameters of type ErrorEventModifier and TypeMethodDescriptionstatic ChatStreamEventChatStreamEvent.error(ErrorEvent value) static DocumentAskStreamEventDocumentAskStreamEvent.error(ErrorEvent value) static RagStreamEventRagStreamEvent.error(ErrorEvent value) ErrorEvent.Builder.from(ErrorEvent other) ErrorEvent.EventStage.from(ErrorEvent other) ChatStreamEvent.Visitor.visitError(ErrorEvent error) DocumentAskStreamEvent.Visitor.visitError(ErrorEvent error) RagStreamEvent.Visitor.visitError(ErrorEvent error)