populateRatelimitErrorResponse

Populates a server response with the data from a Discord 429 REST response
declare function populateRatelimitErrorResponse(res: ServerResponse, error: RateLimitError): void;
NameTypeOptionalDescription
resServerResponseNo
The server response to populate
errorRateLimitErrorNo
The error to populate the response with