bauplan.exceptions module

exception bauplan.exceptions.AccessDeniedError

Bases: BauplanError

403 status from API

exception bauplan.exceptions.ApiMethodError

Bases: BauplanError

404 status from API

exception bauplan.exceptions.ApiRouteError

Bases: BauplanError

405 status from API

exception bauplan.exceptions.BauplanError

Bases: Exception

exception bauplan.exceptions.BauplanInternalError

Bases: BauplanError

500 status from API

exception bauplan.exceptions.InvalidDataError

Bases: BauplanError

400 status from API

exception bauplan.exceptions.InvalidPlanError

Bases: BauplanError

exception bauplan.exceptions.JobError

Bases: BauplanError

exception bauplan.exceptions.MismatchedPythonVersionsError

Bases: BauplanError

exception bauplan.exceptions.MissingMagicCellError

Bases: BauplanError

exception bauplan.exceptions.MissingPandasError

Bases: BauplanError

exception bauplan.exceptions.NoResultsFoundError

Bases: BauplanError

exception bauplan.exceptions.ObjectCannotBeSerializedError

Bases: BauplanError

exception bauplan.exceptions.ObjectTooBigError

Bases: BauplanError

exception bauplan.exceptions.ResourceNotFoundError

Bases: BauplanError

404 status from API

exception bauplan.exceptions.TooManyRequestsError

Bases: BauplanError

429 status from API

exception bauplan.exceptions.UnauthorizedError

Bases: BauplanError

401 status from API

exception bauplan.exceptions.UnhandledRuntimeError

Bases: BauplanError

exception bauplan.exceptions.UpdateConflictError

Bases: BauplanError

409 status from API

exception bauplan.exceptions.UserObjectKeyNotExistsError

Bases: BauplanError

exception bauplan.exceptions.UserObjectWithKeyExistsError

Bases: BauplanError