Response returned by some endpoints when an issue occurs.
Despite the name/fields of this type, this response body is sent with an HTTP 200 status, so ScreepsHttpClient processes it as a normal response instead of an error.
An API success response always contains { ok: 1 }
{ ok: 1 }
Response returned by some endpoints when an issue occurs.
Despite the name/fields of this type, this response body is sent with an HTTP 200 status, so ScreepsHttpClient processes it as a normal response instead of an error.
See