amaptor.errors¶
-
exception
amaptor.errors.ElementNotFoundError(*args, **kwargs)[source]¶ Raised when searching a layout for an element, and it’s not found
-
exception
amaptor.errors.LayerNotFoundError[source]¶ Raised when searching for a specific layer and it isn’t found.
-
exception
amaptor.errors.LayoutExists(layout_name, **kwargs)[source]¶ Raised when a layout (in Pro only) already exists because a new one cannot be added with the same name
-
exception
amaptor.errors.LayoutNotFoundError(*args, **kwargs)[source]¶ Raised when a process is trying to find a specific layout (Pro only) and it is not found.
-
exception
amaptor.errors.MapExists(map_name, **kwargs)[source]¶ Raised when a map or data frame already exists because a new one cannot be added with the same name
-
exception
amaptor.errors.MapFrameNotFoundError(*args, **kwargs)[source]¶ Raised when a process is trying to find a specific layout (Pro only) and it is not found.
-
exception
amaptor.errors.MapNotFoundError(*args, **kwargs)[source]¶ Raised when a process is trying to find a specific map and it is not found.