Uses of Interface
space.arim.dazzleconf2.ErrorContext
Packages that use ErrorContext
Package
Description
Version 2 of the library, provided as a separate package.
-
Uses of ErrorContext in space.arim.dazzleconf2
Methods in space.arim.dazzleconf2 that return ErrorContextModifier and TypeMethodDescription@NonNull ErrorContextErrorContext.Source.buildError(@NonNull Printable message) Builds an error context based on the implementation.Methods in space.arim.dazzleconf2 that return types with arguments of type ErrorContextModifier and TypeMethodDescription@NonNull List<@NonNull ErrorContext> LoadResult.getErrorContexts()Gets the error contexts.Methods in space.arim.dazzleconf2 with parameters of type ErrorContextModifier and TypeMethodDescriptionvoidErrorContext.copyDetailsInto(@NonNull ErrorContext target) Copies all context details from this error context into another onestatic <R> @NonNull LoadResult<R> LoadResult.failure(@NonNull ErrorContext @NonNull ... reasons) Creates a failed load result with the given error contextsMethod parameters in space.arim.dazzleconf2 with type arguments of type ErrorContextModifier and TypeMethodDescriptionstatic <R> @NonNull LoadResult<R> LoadResult.failure(@NonNull List<@NonNull ErrorContext> reasons) Creates a failed load result with the given error contextsvoidConfigureListener.migrationSkip(@NonNull Migration<?, ?> migration, @NonNull List<@NonNull ErrorContext> errorContexts) Notifies that a migration was attempted, but it failed (for any reason).voidErrorPrint.onError(@NonNull List<@NonNull ErrorContext> errorContexts) Displays the following error contexts in some way, shape, or formvoidStandardErrorPrint.onError(@NonNull List<@NonNull ErrorContext> errorContexts)