Uses of Class
io.fluxzero.sdk.common.exception.FluxzeroErrorReport.Builder
Packages that use FluxzeroErrorReport.Builder
-
Uses of FluxzeroErrorReport.Builder in io.fluxzero.sdk.common.exception
Methods in io.fluxzero.sdk.common.exception that return FluxzeroErrorReport.BuilderModifier and TypeMethodDescriptionstatic FluxzeroErrorReport.BuilderFluxzeroErrorReport.builder(FluxzeroErrorCode code, String title) Creates a builder for a report with the given code and title.Adds one contextual key/value pair.FluxzeroErrorReport.Builder.documentationUrl(String documentationUrl) Overrides the default documentation URL.Adds recovery steps for the "How to fix" section.FluxzeroErrorReport.Builder.whatHappened(String... lines) Adds lines for the "What happened" section.FluxzeroErrorReport.Builder.whyThisHappened(String... lines) Adds lines for the "Why this happened" section.