RetroAchievements.Raw.Response

Class holding API responses from the RetroAchievements.Raw class.

Properties

Type

Name

int

godot_error

int

response_code

Dictionary / Array

body


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.


The response JSON body, already parsed into a Dictionary or Array.