AvsReturnError

exception lsst.ts.fiberspectrograph.AvsReturnError(code, what)

Exception raised if an AVS_* C function returns an error code.

Parameters:
codeint

The error code returned by the failing function.

whatstr

The function that was called that returned this error code.