A runtime error encountered within a data source connector. A user isn't
expected to usually be able to handle these as they likely arise from a defect
or an "environmental" issue (memory, network, storage, etc).
This should not be used to communicate configuration/validation errors at
mount-time as DefinitionError is more appropriate in that case.
A runtime error encountered within a data source connector. A user isn't expected to usually be able to handle these as they likely arise from a defect or an "environmental" issue (memory, network, storage, etc).
This should not be used to communicate configuration/validation errors at mount-time as
DefinitionError
is more appropriate in that case.