Uses of Interface
com.google.genai.gaos.utils.Hook.AfterErrorContext
Packages that use Hook.AfterErrorContext
-
Uses of Hook.AfterErrorContext in com.google.genai.gaos.utils
Classes in com.google.genai.gaos.utils that implement Hook.AfterErrorContextMethods in com.google.genai.gaos.utils with parameters of type Hook.AfterErrorContextModifier and TypeMethodDescriptionAsyncHook.AfterError.afterError(Hook.AfterErrorContext context, HttpResponse<InputStream> response, Throwable error) Either returns an HttpResponse or throws an Exception.AsyncHooks.afterError(Hook.AfterErrorContext context, HttpResponse<InputStream> response, Throwable error) Hook.AfterError.afterError(Hook.AfterErrorContext context, Optional<HttpResponse<InputStream>> response, Optional<Exception> error) Either returns an HttpResponse or throws an Exception.Hooks.afterError(Hook.AfterErrorContext context, Optional<HttpResponse<InputStream>> response, Optional<Exception> error)