# MIRACLError
data class MIRACLError<SUCCESS, FAIL>(val value: FAIL) : MIRACLResult<SUCCESS, FAIL>
MIRACLError<SUCCESS, FAIL> is an error response from the MIRACLTrust SDK. It provides a value of type FAIL and an optional exception.
# Constructors
| MIRACLError | constructor(value: FAIL) |
# Properties
| Name | Summary |
|---|---|
| value | val value: FAIL |