What is the difference between response.status and response.statusCode ?

CChillihero3/11/2023
When using the API Plugin of Sapphire.
Image
Solution
SSwiizyy3/11/2023
Hey,

StatusCode is a value, status is a function that assigns the desired status to the StatusCode value
CChillihero3/11/2023
so I can chain status but not statusCode?
SSwiizyy3/11/2023
Yes