Uses of Enum Class
org.mockserver.llm.LlmErrorBody.Kind
Packages that use LlmErrorBody.Kind
-
Uses of LlmErrorBody.Kind in org.mockserver.llm
Methods in org.mockserver.llm that return LlmErrorBody.KindModifier and TypeMethodDescriptionstatic LlmErrorBody.KindReturns the enum constant of this class with the specified name.static LlmErrorBody.Kind[]LlmErrorBody.Kind.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.mockserver.llm with parameters of type LlmErrorBody.KindModifier and TypeMethodDescriptionstatic LlmErrorBody.ErrorShapeLlmErrorBody.bodyFor(Provider provider, LlmErrorBody.Kind kind) Returns the provider-specific error shape for the givenproviderandkind, ornullwhen the provider is unknown/null so the caller can fall back to its generic body.