1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
% tpm2_rc_decode(1) tpm2-tools | General Commands Manual
# NAME
**tpm2_rc_decode**(1) - Decode TPM2 error codes to a human readable format.
# SYNOPSIS
**tpm2_rc_decode** [*OPTIONS*] [*ARGUMENT*]
# DESCRIPTION
**tpm2_rc_decode**(1) - Converts an _RC\_CODE_ from the TPM or TSS2 software
stack into human readable errors. Analogous to **strerror**(3), but for the TPM2
stack.
# OPTIONS
This tool takes no tool specific options.
* **ARGUMENT** the command line argument specifies the error code to be parsed.
## References
[common options](common/options.md) collection of common options that provide
information many users may expect.
# EXAMPLES
```bash
tpm2_rc_decode 0x1d5
tpm:parameter(1):structure is the wrong size
```
[returns](common/returns.md)
[footer](common/footer.md)
|