Display error received sending Google Cloud a message
This commit is contained in:
@ -58,7 +58,9 @@ namespace Yavsc.Services
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch (Exception ex) {
|
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");
|
|||||||
|
|
||||||
} */
|
} */
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user