You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if(operation.Value==null)thrownewNullReferenceException($"Failed to find an operation with id '{this.OpenApi.OperationId}' in OpenAPI document at '{uri}'");
elseif(param.Required)thrownewNullReferenceException($"Failed to find the definition of the required parameter '{param.Name}' in the OpenAPI operation with id '{this.OpenApi.OperationId}'");
146
+
elseif(param.Required)thrownewNullReferenceException($"Failed to find the definition of the required parameter '{param.Name}' in the OpenAPI operation with id '{operationId}'");
elseif(param.Required)thrownewNullReferenceException($"Failed to find the definition of the required parameter '{param.Name}' in the OpenAPI operation with id '{this.OpenApi.OperationId}'");
151
+
elseif(param.Required)thrownewNullReferenceException($"Failed to find the definition of the required parameter '{param.Name}' in the OpenAPI operation with id '{operationId}'");
elseif(param.Required)thrownewNullReferenceException($"Failed to find the definition of the required parameter '{param.Name}' in the OpenAPI operation with id '{this.OpenApi.OperationId}'");
156
+
elseif(param.Required)thrownewNullReferenceException($"Failed to find the definition of the required parameter '{param.Name}' in the OpenAPI operation with id '{operationId}'");
elseif(param.Required)thrownewNullReferenceException($"Failed to find the definition of the required parameter '{param.Name}' in the OpenAPI operation with id '{this.OpenApi.OperationId}'");
162
+
elseif(param.Required)thrownewNullReferenceException($"Failed to find the definition of the required parameter '{param.Name}' in the OpenAPI operation with id '{operationId}'");
if(this.Body==null&&operation.Value.RequestBody.Required)thrownewNullReferenceException($"Failed to determine the required body parameter for the OpenAPI operation with id '{this.OpenApi.OperationId}'");
182
+
if(this.Body==null&&operation.Value.RequestBody.Required)thrownewNullReferenceException($"Failed to determine the required body parameter for the OpenAPI operation with id '{operationId}'");
if(!success)thrownewHttpRequestException($"Failed to execute the Open APU operation with id '{this.Operation.OperationId}': No service available",null,HttpStatusCode.ServiceUnavailable);
286
+
if(!success)thrownewHttpRequestException($"Failed to execute the Open API operation with id '{this.Operation.OperationId}': No service available",null,HttpStatusCode.ServiceUnavailable);
0 commit comments