bauplan.exceptions module

exception bauplan.exceptions.AccessDeniedError(response: APIResponseWithError, *args, **kwds)

Bases: BauplanHTTPError

exception bauplan.exceptions.ApiMethodError(response: APIResponseWithError, *args, **kwds)

Bases: ResourceNotFoundError

exception bauplan.exceptions.ApiRouteError(response: APIResponseWithError, *args, **kwds)

Bases: MethodNotAllowedError

exception bauplan.exceptions.BadGatewayError(response: APIResponseWithError, *args, **kwds)

Bases: BauplanHTTPError

exception bauplan.exceptions.BadRequestError(response: APIResponseWithError, *args, **kwds)

Bases: BauplanHTTPError

exception bauplan.exceptions.BauplanError

Bases: Exception

exception bauplan.exceptions.BauplanHTTPError(response: APIResponseWithError, *args, **kwds)

Bases: BauplanError

property code : int
property context : dict[str, Any]
property message : str
static new_from_response(out: APIResponseWithError) BauplanHTTPError
response : APIResponseWithError
property type : str
exception bauplan.exceptions.BranchExistsError(response: APIResponseWithError, *args, **kwds)

Bases: UpdateConflictError

exception bauplan.exceptions.BranchHeadChangedError(response: APIResponseWithError, *args, **kwds)

Bases: UpdateConflictError

exception bauplan.exceptions.BranchNotFoundError(response: APIResponseWithError, *args, **kwds)

Bases: ResourceNotFoundError

exception bauplan.exceptions.ConflictError(response: APIResponseWithError, *args, **kwds)

Bases: BauplanHTTPError

exception bauplan.exceptions.CreateBranchForbiddenError(response: APIResponseWithError, *args, **kwds)

Bases: ForbiddenError

exception bauplan.exceptions.CreateNamespaceForbiddenError(response: APIResponseWithError, *args, **kwds)

Bases: ForbiddenError

exception bauplan.exceptions.CreateTagForbiddenError(response: APIResponseWithError, *args, **kwds)

Bases: ForbiddenError

exception bauplan.exceptions.DeleteBranchForbiddenError(response: APIResponseWithError, *args, **kwds)

Bases: ForbiddenError

exception bauplan.exceptions.DeleteNamespaceForbiddenError(response: APIResponseWithError, *args, **kwds)

Bases: ForbiddenError

exception bauplan.exceptions.DeleteTableForbiddenError(response: APIResponseWithError, *args, **kwds)

Bases: ForbiddenError

exception bauplan.exceptions.DeleteTagForbiddenError(response: APIResponseWithError, *args, **kwds)

Bases: ForbiddenError

exception bauplan.exceptions.ForbiddenError(response: APIResponseWithError, *args, **kwds)

Bases: BauplanHTTPError

exception bauplan.exceptions.GatewayTimeoutError(response: APIResponseWithError, *args, **kwds)

Bases: BauplanHTTPError

exception bauplan.exceptions.InternalError(response: APIResponseWithError, *args, **kwds)

Bases: BauplanHTTPError

exception bauplan.exceptions.InvalidDataError(response: APIResponseWithError, *args, **kwds)

Bases: BadRequestError

exception bauplan.exceptions.InvalidPlanError

Bases: BauplanError

exception bauplan.exceptions.InvalidRefError(response: APIResponseWithError, *args, **kwds)

Bases: BadRequestError

exception bauplan.exceptions.JobError

Bases: BauplanError

exception bauplan.exceptions.MergeConflictError(response: APIResponseWithError, *args, **kwds)

Bases: UpdateConflictError

exception bauplan.exceptions.MergeForbiddenError(response: APIResponseWithError, *args, **kwds)

Bases: ForbiddenError

exception bauplan.exceptions.MethodNotAllowedError(response: APIResponseWithError, *args, **kwds)

Bases: BauplanHTTPError

exception bauplan.exceptions.MismatchedPythonVersionsError

Bases: BauplanError

exception bauplan.exceptions.MissingMagicCellError

Bases: BauplanError

exception bauplan.exceptions.MissingPandasError

Bases: BauplanError

exception bauplan.exceptions.NamespaceExistsError(response: APIResponseWithError, *args, **kwds)

Bases: UpdateConflictError

exception bauplan.exceptions.NamespaceIsNotEmptyError(response: APIResponseWithError, *args, **kwds)

Bases: UpdateConflictError

exception bauplan.exceptions.NamespaceNotFoundError(response: APIResponseWithError, *args, **kwds)

Bases: ResourceNotFoundError

exception bauplan.exceptions.NoResultsFoundError

Bases: BauplanError

exception bauplan.exceptions.NonBranchRefWriteError(response: APIResponseWithError, *args, **kwds)

Bases: InvalidRefError

exception bauplan.exceptions.NotABranchRefError(response: APIResponseWithError, *args, **kwds)

Bases: InvalidRefError

exception bauplan.exceptions.NotATagRefError(response: APIResponseWithError, *args, **kwds)

Bases: InvalidRefError

exception bauplan.exceptions.NotAWriteBranchRefError(response: APIResponseWithError, *args, **kwds)

Bases: NotABranchRefError

exception bauplan.exceptions.NotFoundError(response: APIResponseWithError, *args, **kwds)

Bases: BauplanHTTPError

exception bauplan.exceptions.ObjectCannotBeSerializedError

Bases: BauplanError

exception bauplan.exceptions.ObjectTooBigError

Bases: BauplanError

exception bauplan.exceptions.RefNotFoundError(response: APIResponseWithError, *args, **kwds)

Bases: ResourceNotFoundError

exception bauplan.exceptions.ResourceNotFoundError(response: APIResponseWithError, *args, **kwds)

Bases: NotFoundError

exception bauplan.exceptions.RevertDestinationTableExistsError(response: APIResponseWithError, *args, **kwds)

Bases: UpdateConflictError

exception bauplan.exceptions.RevertIdenticalTableError(response: APIResponseWithError, *args, **kwds)

Bases: UpdateConflictError

exception bauplan.exceptions.RevertTableForbiddenError(response: APIResponseWithError, *args, **kwds)

Bases: ForbiddenError

exception bauplan.exceptions.SameRefError(response: APIResponseWithError, *args, **kwds)

Bases: InvalidRefError

exception bauplan.exceptions.ServiceUnavailableError(response: APIResponseWithError, *args, **kwds)

Bases: BauplanHTTPError

exception bauplan.exceptions.TableCreatePlanApplyStatusError(message: str, state: TableCreatePlanApplyState, *args)

Bases: BauplanError

exception bauplan.exceptions.TableCreatePlanError

Bases: BauplanError

exception bauplan.exceptions.TableCreatePlanStatusError(message: str, state: TableCreatePlanState, *args)

Bases: TableCreatePlanError

exception bauplan.exceptions.TableNotFoundError(response: APIResponseWithError, *args, **kwds)

Bases: ResourceNotFoundError

exception bauplan.exceptions.TagExistsError(response: APIResponseWithError, *args, **kwds)

Bases: UpdateConflictError

exception bauplan.exceptions.TagNotFoundError(response: APIResponseWithError, *args, **kwds)

Bases: ResourceNotFoundError

exception bauplan.exceptions.TooManyRequestsError(response: APIResponseWithError, *args, **kwds)

Bases: BauplanHTTPError

exception bauplan.exceptions.UnauthorizedError(response: APIResponseWithError, *args, **kwds)

Bases: BauplanHTTPError

exception bauplan.exceptions.UnhandledRuntimeError

Bases: BauplanError

exception bauplan.exceptions.UpdateConflictError(response: APIResponseWithError, *args, **kwds)

Bases: ConflictError

exception bauplan.exceptions.UserObjectKeyNotExistsError

Bases: BauplanError

exception bauplan.exceptions.UserObjectWithKeyExistsError

Bases: BauplanError