RetroAchievements.Raw.Response
Class holding API responses from the RetroAchievements.Raw class.
Properties
Type |
Name |
|---|---|
int godot_error
Godot error code. If not OK, there was some internal error when making the HTTP request.
int response_code
HTML response code. If not 200, the request failed on the server side.
Dictionary / Array body
The response JSON body, already parsed into a Dictionary or Array.