NylasOAuthError `status_code` is filled into `request_id`
Closed this issue · 1 comments
sambuysse commented
Describe the bug
Wrong positional arguments passed to the constructor of the AbstractNylasApiError
.
nylas-python/nylas/models/errors.py
Line 137 in 7bba2ba
nylas-python/nylas/models/errors.py
Lines 7 to 21 in 7bba2ba
To Reproduce
Not necessary as it's clear from the linked code.
Expected behavior
status_code
contains the actual status code.
SDK Version:
v6.3.0
mrashed-dev commented
@sambuysse Great catch, thanks for reporting!