Skip to content

Commit 06d70af

Browse files
author
Kadi Kraman
committed
Add documentation for error messaging
1 parent 90c750e commit 06d70af

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,13 @@ try {
390390
}
391391
```
392392
393-
See example configurations for different providers below.
393+
## Error messages
394+
395+
- `service_configuration_fetch_error` - could not fetch the service configuration
396+
- `authentication_failed` - user authentication failed
397+
- `token_refresh_failed` - could not exchange the refresh token for a new JWT
398+
- `registration_failed` - could not register
399+
- `browser_not_found` (Android only) - no suitable browser installed
394400
395401
#### Note about client secrets
396402

0 commit comments

Comments
 (0)