Skip to content

hopsworks.client.exceptions #

DataValidationException #

Bases: FeatureStoreException

Raised when data validation fails only when using "STRICT" validation ingestion policy.

DatasetException #

Bases: Exception

Generic dataset exception.

FeatureStoreException #

Bases: Exception

Generic feature store exception.

HopsworksSSLClientError #

Bases: SSLError

Raised when the client connection fails with SSL related errors.

SSLError inherits from requests.exceptions.ConnectionError.

RestAPIError #

Bases: Exception

REST Exception encapsulating the response object and url.