Response codes
Sparkling Method response codes follow the Android/iOS native bridge convention.
This convention is the source of truth for sparkling-method, generated method
wrappers, and built-in method packages.
Common negative codes
Usage
Use res.code === 1 for success checks and res.code !== 1 for failure checks.
Do not treat 0 as success.

