Skip to content

refactor: rename Error::Json to Error::DeserializeJson for clarity#28

Merged
nakaryo716 merged 1 commit into
mainfrom
refactor-error-json
Jul 15, 2025
Merged

refactor: rename Error::Json to Error::DeserializeJson for clarity#28
nakaryo716 merged 1 commit into
mainfrom
refactor-error-json

Conversation

@nakaryo716

Copy link
Copy Markdown
Owner

Overview

The previous name Json was ambiguous. This change makes it clear that the error refers specifically to a failure in JSON deserialization.

Changes

  • Error enum variant Json to DeserializeJson
  • send_id_token_req() function's error log message
  • send_refresh_token_req() function's error log message

The previous name `Json` was ambiguous. This change makes it clear
that the error refers specifically to a failure in JSON deserialization.
@nakaryo716 nakaryo716 marked this pull request as ready for review July 15, 2025 11:52
@nakaryo716 nakaryo716 merged commit bc62991 into main Jul 15, 2025
1 check passed
@nakaryo716 nakaryo716 deleted the refactor-error-json branch July 15, 2025 11:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant