Uses of Class
com.google.genai.gaos.models.interactions.Error
Packages that use Error
-
Uses of Error in com.google.genai.gaos.models.errors
Methods in com.google.genai.gaos.models.errors that return types with arguments of type ErrorModifier and TypeMethodDescriptionCancelInteractionByIdClientError.Data.error()Error message from an interaction.CancelInteractionByIdClientError.error()Deprecated.CancelInteractionByIdServerError.Data.error()Error message from an interaction.CancelInteractionByIdServerError.error()Deprecated.CreateInteractionClientError.Data.error()Error message from an interaction.CreateInteractionClientError.error()Deprecated.CreateInteractionServerError.Data.error()Error message from an interaction.CreateInteractionServerError.error()Deprecated.DeleteInteractionClientError.Data.error()Error message from an interaction.DeleteInteractionClientError.error()Deprecated.DeleteInteractionServerError.Data.error()Error message from an interaction.DeleteInteractionServerError.error()Deprecated.GetInteractionByIdClientError.Data.error()Error message from an interaction.GetInteractionByIdClientError.error()Deprecated.GetInteractionByIdServerError.Data.error()Error message from an interaction.GetInteractionByIdServerError.error()Deprecated.Methods in com.google.genai.gaos.models.errors with parameters of type ErrorModifier and TypeMethodDescriptionError message from an interaction.Error message from an interaction.Error message from an interaction.Error message from an interaction.Error message from an interaction.Error message from an interaction.Error message from an interaction.Error message from an interaction.Error message from an interaction.Error message from an interaction.Error message from an interaction.Error message from an interaction.Error message from an interaction.Error message from an interaction.Error message from an interaction.Error message from an interaction.Constructors in com.google.genai.gaos.models.errors with parameters of type Error -
Uses of Error in com.google.genai.gaos.models.interactions
Methods in com.google.genai.gaos.models.interactions that return ErrorModifier and TypeMethodDescriptionError.Builder.build()A URI that identifies the error type.Error.withMessage(String message) A human-readable error message.Methods in com.google.genai.gaos.models.interactions that return types with arguments of type ErrorModifier and TypeMethodDescriptionErrorEvent.error()Error message from an interaction.Interaction.errors()Output only.Methods in com.google.genai.gaos.models.interactions with parameters of type ErrorModifier and TypeMethodDescriptionError message from an interaction.Error message from an interaction.Method parameters in com.google.genai.gaos.models.interactions with type arguments of type ErrorModifier and TypeMethodDescriptionOutput only.Interaction.withErrors(List<Error> errors) Output only.Constructors in com.google.genai.gaos.models.interactions with parameters of type ErrorConstructor parameters in com.google.genai.gaos.models.interactions with type arguments of type ErrorModifierConstructorDescriptionInteraction(AgentOption agent, InteractionAgentConfig agentConfig, String created, InteractionEnvironment environment, String environmentId, List<Error> errors, GenerationConfig generationConfig, String id, InteractionsInput input, Map<String, String> labels, Model model, AudioContent outputAudio, ImageContent outputImage, String outputText, VideoContent outputVideo, String previousInteractionId, InteractionResponseFormat responseFormat, String responseMimeType, List<ResponseModality> responseModalities, List<SafetySetting> safetySettings, ServiceTier serviceTier, InteractionStatus status, List<Step> steps, String systemInstruction, List<Tool> tools, String updated, Usage usage, WebhookConfig webhookConfig)