We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3e04ec commit 86330d1Copy full SHA for 86330d1
packages/gotrue/lib/src/types/auth_exception.dart
@@ -14,7 +14,7 @@ class AuthException implements Exception {
14
/// In that case [statusCode] will also be null.
15
///
16
/// Find the full list of error codes in our documentation.
17
- /// https://supabase.com/docs/reference/dart/auth-error-codes
+ /// https://supabase.com/docs/guides/auth/debugging/error-codes
18
final String? code;
19
20
const AuthException(this.message, {this.statusCode, this.code});
0 commit comments