Uses of Class
dev.langchain4j.exception.NonRetriableException
Packages that use NonRetriableException
-
Uses of NonRetriableException in dev.langchain4j.exception
Subclasses of NonRetriableException in dev.langchain4j.exceptionModifier and TypeClassDescriptionclassThrown when a request is rejected because the supplied credentials are missing, invalid, or insufficient (HTTP 401 / 403).classException thrown when the LLM provider refuses to process a request due to content filtering or violation of usage policies.classThrown when the model provider rejects a request because the request itself is malformed or violates the provider's constraints (HTTP 4xx, excluding 401, 403, 404, 408, and 429).classThrown when the requested model does not exist or is not accessible by the caller (HTTP 404).classThrown when the model provider's host cannot be resolved (DNS failure orUnresolvedAddressException).