benchling_sdk.apps.config.errors module¶

exception ConfigItemLinkedResourceError¶

Bases: Exception

Config item linked resource error.

A config item is not a type that has an associated linked resource.

exception InaccessibleConfigItemError¶

Bases: Exception

Inaccessible config item error.

A config item linked resource was inaccessible (the caller does not have permissions).

exception MissingRequiredConfigItemError¶

Bases: Exception

Missing required config item error.

A config item was invoked as required, but missing in the configuration item store.

exception UnsupportedConfigItemError¶

Bases: Exception

Unsupported config item error.

The manifest and configuration specified an item which the SDK is incapable of handling yet.