Interface MinioErrorHandler

  • All Superinterfaces:
    org.springframework.util.ErrorHandler
    All Known Implementing Classes:
    AbstractMinioErrorHandler, DefaultMinioErrorHandler

    @Validated
    public interface MinioErrorHandler
    extends org.springframework.util.ErrorHandler
    The minio error handler.
    Author:
    Christian Bremer
    • Method Detail

      • map

        @NotNull
        @NotNull MinioException map​(@NotNull
                                    @NotNull Throwable t)
        Map minio exception.
        Parameters:
        t - the throwable
        Returns:
        the minio exception