This comes from owncloud/client#6262.
Clients need a way to tell apart some generic error codes. There can be many reasons for a 403; different sub-codes with an additional message (e.g. the current Unsupported client version) can be handy on how to handle those from the clients (logic-wise; not only displaying the message)
This comes from owncloud/client#6262.
Clients need a way to tell apart some generic error codes. There can be many reasons for a 403; different sub-codes with an additional message (e.g. the current
Unsupported client version) can be handy on how to handle those from the clients (logic-wise; not only displaying the message)