Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Find exact error code or error message in responce #212

Open
aruljames93 opened this issue Apr 19, 2021 · 0 comments
Open

Find exact error code or error message in responce #212

aruljames93 opened this issue Apr 19, 2021 · 0 comments

Comments

@aruljames93
Copy link

Hi,
In FCM push notification i'm getting numberSuccess() or numberFailure() BOOLEAN values (0,1). But i need to get exact error exception from return response. Is there any way to get exact error message from this FCM Package ????

$downstreamResponse->numberSuccess();
$downstreamResponse->numberFailure();
$downstreamResponse->numberModification();
$downstreamResponse->tokensToDelete();
$downstreamResponse->tokensToModify();
$downstreamResponse->tokensToRetry();
$downstreamResponse->tokensWithError();

Screenshot from 2021-04-19 14-27-04

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant