ZebraError
An error that can be thrown by the plugin.
#
Usagetry { const result = await ZebraConfiguration.cloneProfile({ sourceProfileName: "profile-to-clone", destProfileName: "my-new-profile", });
} catch (err) { console.log(err.message);}
## Properties
### code
### message