sdn-sense / sense-o-py-client

Other
0 stars 3 forks source link

RequestWrapper needs to handle all error_code besides 401 #20

Closed xi-yang closed 3 years ago

xi-yang commented 3 years ago

403, 404, 406 and 500 as defined in https://app.swaggerhub.com/apis/xi-yang/SENSE-O-Intent-API/2.0.2.

Note that current swagger doc misses error 403 for several endpoints such as GET /discover.

xi-yang commented 3 years ago

fixed