Record
TLS-alert-received-payload
Defines the case payload type for TLS-alert-received above:
record TLS-alert-received-payload {
alert-id: option<u8>,
alert-message: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| alert-id | option<u8> | |
| alert-message | option<string> |