Wasm Directoryalpha
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

NameTypeDescription
alert-idoption​<u8>
alert-messageoption​<string>