Hey I would like to show some kind of popups messages on diff kind of error like username not exists or invalid password in php .How can i do that?
I only have list of error codes can u pls hep me
Hi Jack,
Where the pop-ups should be shown?
Artur
Right there if an error occurs instead default error by backendless i want to give my message right there
Are you talking about sending errors from Custom Business Logic?
Artur
Yeah in documentation i am not getting anything in custom error i m only shown this : Service code may return custom error code and/or error message using the API documented below. The API also supports returning an HTTP status code along with the error code/message. The following sample service demonstrates possible usages of the custom error API:
And after this NOTHING
Hi Jack,
Not familiar with PHP CBL but in Java I would extend BackendlessException and set errorCode and message.
Good luck,
Artur
Thanks for the help in java but i would like it in php if you could help me it would be hugely appreciated.
Because ther is zero help in documentation