All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.odpf.depot.bigquery.error.ErrorDescriptor Maven / Gradle / Ivy

There is a newer version: 0.3.8
Show newest version
package io.odpf.depot.bigquery.error;


/**
 * Descriptor interface that defines the various error descriptors and the corresponding error types.
 */
public interface ErrorDescriptor {

    /**
     * If the implementing descriptor matches the condition as prescribed in the concrete implementation.
     *
     * @return - true if the condition matches, false otherwise.
     */
    boolean matches();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy