Uses of Record Class
cloud.opencode.base.web.problem.ProblemDetail
Packages that use ProblemDetail
-
Uses of ProblemDetail in cloud.opencode.base.web.problem
Methods in cloud.opencode.base.web.problem that return ProblemDetailModifier and TypeMethodDescriptionProblemDetail.Builder.build()Build the ProblemDetail.static ProblemDetailProblemDetail.fromException(OpenWebException e) Create a ProblemDetail from an OpenWebException.static ProblemDetailProblemDetail.fromException(OpenWebException e, boolean includeCode) Create a ProblemDetail from an OpenWebException, optionally including the internal error code.static ProblemDetailCreate a ProblemDetail with status and detail; title is auto-derived from status.static ProblemDetailCreate a ProblemDetail with status, title, and detail.