Values.BatchGetSessionActionErrorSourceThe error details for a session action that could not be retrieved in a batch get operation.
type nonrec t = {farmId : FarmId.t option;The farm ID of the session action that could not be retrieved.
*)queueId : QueueId.t option;The queue ID of the session action that could not be retrieved.
*)jobId : JobId.t option;The job ID of the session action that could not be retrieved.
*)sessionActionId : SessionActionId.t option;The session action ID of the session action that could not be retrieved.
*)code : BatchGetSessionActionErrorCode.t option;The error code.
*)message : String_.t option;The error message.
*)}