Class: LocatorMismatchError

LocatorMismatchError(error)

new LocatorMismatchError(error)

Create a LocatorMismatchError which extends KeyChain.Error to indicate that the supplied TPM locator does not match the locator stored in the PIB. Call with: throw new LocatorMismatchError(new Error("message")).
Parameters:
Name Type Description
error Error The exception created with new Error.
Source: