realm-kotlin icon indicating copy to clipboard operation
realm-kotlin copied to clipboard

Throw specific exception when App Service cannot be found

Open cmelchior opened this issue 2 years ago • 0 comments

Saw this code in one of our sample apps:

 e.message?.startsWith("[Service][Unknown(4351)]") != true

That indicates that throwing a specific exception like UnknownAppServiceException would be valuable, it also seems like something people can easily run into if they misspell the App Id

cmelchior avatar Jun 16 '23 12:06 cmelchior