Open brismithers opened 1 year ago
Hi,
ApiError::code is defined as u16. When I get an error code that is higher than 65,535 the error payload fails to deserialize and I am unable to inspect why a request failed.
I believe this should be redefined to u32.
Hi,
ApiError::code is defined as u16. When I get an error code that is higher than 65,535 the error payload fails to deserialize and I am unable to inspect why a request failed.
I believe this should be redefined to u32.