| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
This PR should have .rbi file changes as well, right?
Sorry, something went wrong.
|
Weirdly there's no error.rbi, so I didn't add it. probably should, but am still so fuzzy on the rbi stuff I didn't want that to hold up the rest of the work. |
Sorry, something went wrong.
|
Ok, missing error.rbi filed as DEVSDK-3206, which will be handled in a follow up! |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Why?
Our main API Error class has always been handwritten. As new fields have been added to api_errors in the spec over time (e.g. advice_code, network_advice_code, network_decline_code), we haven't picked them up in the SDKs.
This makes most of those properties generated so they stay in sync.
What?
See Also