-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add passage error class #105
Merged
Merged
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
21196d0
feat: deprecate fields and add new ones
tdeshong 6024fe5
test: get user info
tdeshong 58199d1
refactor: test by identifier
tdeshong 3eebdd1
style: spacing
tdeshong 4c8a30e
feat: get info by identifier test more explicit
tdeshong 56aec6b
feat: get info by identifier test more explicit
tdeshong 85e19e4
test: activate user
tdeshong c7b45fc
test: deactivate user
tdeshong 925de58
test: update 401 asserts
tdeshong cd0fbf1
test: 401 user by identifier
tdeshong 02823fa
test: update user
tdeshong db6a364
test: create user
tdeshong f71ace6
test: create user with metadata added to create user tests
tdeshong 5b7da70
test: delete user
tdeshong 2d2d960
test: list user devices
tdeshong 71ae516
test: signout user
tdeshong 79a129a
feat: network error improvement
tdeshong 3cabc27
test: app user
tdeshong a76f464
test: update assert and spacing
tdeshong 968157a
test: case for invalid access token
tdeshong bb1d22e
style: format
tdeshong b5f24cd
feat: new PassageError
tdeshong 4169d32
style: lint + format
tdeshong eae8144
doc: deprecation on error
tdeshong c05f8b4
feat: use error message from api
tdeshong 04cb184
feat: network passage error
tdeshong 24b935e
chore: clean up
tdeshong bb02df6
feat: update error messgae for org endpoints refactor v2
tdeshong 24d1619
feat: error code getapp
tdeshong 758e2e1
chore: no lint
tdeshong 5b89243
chore: typo
tdeshong e2695c6
Merge branch 'main' into PSG-4995-error-test
tdeshong d766251
chore: remove unused files
ctran88 d925861
style: fix linting issues when checking for error type
ctran88 6dafa6d
fix: adds missing error code to create magic link function
ctran88 07b16b0
style: reorder fields
ctran88 94ce141
test: adds error code to assertions
ctran88 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could this also be set for
GetApp
as well so that its error struct is populated for those that are not ready to move to the major version yet?