Values.RestApiServerExceptionSourceAn exception indicating that a server-side error occurred during the Apache Airflow REST API call.
type nonrec t = {restApiStatusCode : Integer.t option;The HTTP status code returned by the Apache Airflow REST API call.
*)restApiResponse : RestApiResponse.t option;The error response data from the Apache Airflow REST API call, provided as a JSON object.
*)}