redivis.exceptions
Overview
import redivis
try:
redivis.notebook("some notebook").run()
except redivis.exceptions.JobError as e:
""" Handle notebook run failure """
except redivis.exceptions.NotFoundError as e:
""" Handle notebook not found """exceptions.RedivisError (Exception)
exceptions.APIError (RedivisError)
exceptions.AuthorizationError (APIError)
exceptions.NotFoundError (APIError)
exceptions.DeprecationError (RedivisError)
exceptions.JobError (RedivisError)
exceptions.NetworkError (RedivisError)
exceptions.ValueError (RedivisError, ValueError)
Last updated
Was this helpful?

