Display error received sending Google Cloud a message
This commit is contained in:
parent
227362f8e9
commit
e90aa46747
1 changed files with 4 additions and 2 deletions
|
|
@ -58,7 +58,9 @@ namespace Yavsc.Services
|
|||
}
|
||||
}
|
||||
catch (Exception ex) {
|
||||
throw new Exception ("Quelque chose s'est mal passé à l'envoi",ex);
|
||||
_logger.LogError(ex.Message);
|
||||
throw new Exception ("Quelque chose s'est mal passé à l'envoi",ex);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -97,4 +99,4 @@ return Task.FromResult(result.Status != "Failed");
|
|||
|
||||
} */
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue