Skip to content
This repository has been archived by the owner on Apr 12, 2023. It is now read-only.

fix error handling and fix error message #1127

Merged
merged 2 commits into from
Sep 2, 2022

Conversation

cocoa-dev006
Copy link
Contributor

Issue 番号 / Issue ID

  • Close #

目的 / Purpose

エラーハンドリングを修正

変更内容 / Changes

エラーハンドリングを修正

破壊的変更をもたらしますか / Does this introduce a breaking change?

[ ] Yes
[×] No

Pull Request の種類 / Pull Request type

[×] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:

確認事項 / What to check

  • [ ]

その他 / Other information


Internal IDs: 8207

@@ -135,7 +136,7 @@ private AndroidAttestationStatement ParsePayload(string signedAttestationStateme
catch (ArgumentException)
{
// Signature validation failed.
Logger.LogError("The token is not in a valid JWS format");
Logger.LogError("ignature validation failed");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typoと思われます

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

修正しました。

@sonarcloud
Copy link

sonarcloud bot commented Sep 2, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

@cocoa-dev006 cocoa-dev006 merged commit 6024d50 into develop Sep 2, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants