ErrorCodes class
에러 코드 정의
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
getErrorInfo(
String code) → ErrorInfo - 에러 코드에 대한 상세 정보 반환
Constants
- accessTokenError → const String
- appleCredentialError → const String
- appleNotSupported → const String
- appleSignInFailed → const String
- configNotFound → const String
- googleMissingIosClientId → const String
- googleSignInFailed → const String
- invalidConfig → const String
- kakaoAppKeyInvalid → const String
- kakaoConsentRequired → const String
- kakaoInvalidRedirectUri → const String
- kakaoPhoneNotEnabled → const String
- loginFailed → const String
- missingAppKey → const String
- missingClientId → const String
- missingClientSecret → const String
- networkError → const String
- noProviderConfigured → const String
- oauthCallbackError → const String
- platformNotSupported → const String
- providerNotConfigured → const String
- providerNotInitialized → const String
- providerNotSupported → const String
- refreshFailed → const String
- signOutFailed → const String
- tokenExpired → const String
- unknownError → const String
- unlinkFailed → const String
- userCancelled → const String
- userInfoError → const String