swagger-api/swagger-codegen

[Python] No way to handle exceptions in asyncronous code (with callback)

Open

#4,235 建立於 2016年11月22日

在 GitHub 查看
 (11 留言) (0 反應) (0 負責人)HTML (12,701 star) (5,474 fork)batch import
Client: PythonIssue: Bughelp wanted

描述

Description

Produced by codegen Python code does not support handling of exceptions in anync mode (with callback). If swagger client code raises exeption, callback will never be called.

Swagger-codegen version

5

Command line used for generation

-l python

Suggest a Fix

Catch all exceptions in generated swagger client and return special type of result in case of exceptions.

貢獻者指南