code property

String? code
final

Error code associated with the error. Most errors coming from HTTP responses will have a code, though some errors that occur before a response is received will not have one present. In that case statusCode will also be null.

Find the full list of error codes in our documentation. https://supabase.com/docs/guides/auth/debugging/error-codes

Implementation

final String? code;