Two error handling approaches have been used in solidpod
- Return error code (e.g.,
SolidFunctionCallStatus.fail)
- Throw a specific exception (e.g.,
AccessFailedException)
Please unify the error handling approach so that apps based on solidpod will have a consistent way to deal with errors occurred in solidpod API.
Two error handling approaches have been used in
solidpodSolidFunctionCallStatus.fail)AccessFailedException)Please unify the error handling approach so that apps based on
solidpodwill have a consistent way to deal with errors occurred insolidpodAPI.