Class: Error

TpmBackEnd.Error(error)

new Error(error)

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