Class: Error

Tpm.Error(error)

new Error(error)

Create a Tpm.Error which which represents a semantic error in TPM processing. Call with: throw new Tpm.Error(new Error("message")).
Parameters:
Name Type Description
error Error The exception created with new Error.
Source: