Values.ExecutionContextSourceContains contextual information about the execution of a pentest job, such as errors, warnings, or informational messages.
type nonrec t = {contextType : ContextType.t option;The type of context. Valid values include ERROR, CLIENT_ERROR, WARNING, and INFO.
*)context : String_.t option;The context message.
*)timestamp : SyntheticTimestamp_date_time.t option;The date and time the context was recorded, in UTC format.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of String_.t
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]