Uses of Enum Class
org.codelibs.fess.api.v2.V2ErrorCode
Packages that use V2ErrorCode
-
Uses of V2ErrorCode in org.codelibs.fess.api.v2
Methods in org.codelibs.fess.api.v2 that return V2ErrorCodeModifier and TypeMethodDescriptionstatic V2ErrorCodeReturns the enum constant of this class with the specified name.static V2ErrorCode[]V2ErrorCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.codelibs.fess.api.v2 with parameters of type V2ErrorCodeModifier and TypeMethodDescriptionvoidV2EnvelopeWriter.writeError(jakarta.servlet.http.HttpServletResponse res, V2ErrorCode code, String message) Writes an error v2 envelope and sets the HTTP status to the code's default.voidV2EnvelopeWriter.writeErrorWithDetails(jakarta.servlet.http.HttpServletResponse res, V2ErrorCode code, String message, Map<String, Object> details) Writes an error v2 envelope with optional structured details.