data class InvalidPayload(val message: String = "Invalid payload provided for TEE operation") : TEEError
Constructors
constructor(message: String = "Invalid payload provided for TEE operation")
Properties
| Property | Type | Description |
|---|---|---|
cause | Throwable? | - |
message | String | - |

