Values.UpdateErrorSourceDescribes the error(s) encountered with the last update of the environment.
type nonrec t = {errorCode : ErrorCode.t option;The error code that corresponds to the error with the last update.
*)errorMessage : ErrorMessage.t option;The error message that corresponds to the error code.
*)}