foundry_dev_tools.errors.multipass module

foundry_dev_tools.errors.multipass module#

Multipass specific errors.

exception foundry_dev_tools.errors.multipass.DuplicateGroupNameError[source]#

Bases: FoundryAPIError

Initialize a Foundry API error.

Parameters:
  • response – requests Response where the API error occured

  • info – add additional information to this error

  • kwargs – error specific parameters which may contain more information about the error

message = 'The group name already exists!'#