Uses of Interface
space.arim.dazzleconf.ErrorContext
Packages that use ErrorContext
-
Uses of ErrorContext in space.arim.dazzleconf
Methods in space.arim.dazzleconf that return ErrorContextModifier and TypeMethodDescription@NonNull ErrorContextErrorContext.Source.buildError(@NonNull Printable message) Builds an error context based on the implementation.Methods in space.arim.dazzleconf that return types with arguments of type ErrorContextModifier and TypeMethodDescription@NonNull List<@NonNull ErrorContext> LoadResult.getErrorContexts()Gets the error contexts.Methods in space.arim.dazzleconf 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.dazzleconf 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)