TalawaErrors class
Talawa Custom error strings.
Constructors
:
Properties
[hashCode] [→ int] : The hash code for this object. ::: features no setterinherited :::
[runtimeType] [→ Type] : A representation of the runtime type of the object. ::: features no setterinherited :::
Methods
[noSuchMethod][([[Invocation] invocation]) → dynamic ] : Invoked when a nonexistent method or property is accessed. ::: features inherited :::
[toString][ [→ String] ] : A string representation of this object. ::: features inherited :::
Operators
[operator ==][([[Object] other]) [→ bool] ] : The equality operator. ::: features inherited :::
Constants
[chatMessageDeletionFailed] [→ const String] : Error for deleting a chat message.
[chatMessageSendFailed] [→ const String] : Error for sending a chat message.
[emailAccountPresent] [→ const String] : GraphQL error for handling: Email address already exists.
[eventCreationFailed] [→ const String] : Error for creating an event.
[eventDeletionFailed] [→ const String] : Error for deleting an event.
[eventUpdateFailed] [→ const String] : Error for updating an event.
[failedToDetermineProject] [→ const String] : GraphQL error for handling: Failed to determine project ID.
[memberRequestExist] [→ const String] : GraphQL error for handling: Membership Request already exists.
[organizationNotFound] [→ const String] : GraphQL error for handling: Organization not found.
[postCreationFailed] [→ const String] : Error for creating a post.
[postDeletionFailed] [→ const String] : Error for deleting a post.
[postUpdateFailed] [→ const String] : Error for updating a post.
[refreshAccessTokenExpiredException] [→ const String] : GraphQL error for handling: Access Token has expired. Please refresh session.
[userActionNotSaved] [→ const String] : Error for saving user action.
[userNotAuthenticated] [→ const String] : GraphQL error for handling: User is not authenticated.
[userNotFound] [→ const String] : GraphQL error for handling: User not found.
[userProfileDeletionFailed] [→ const String] : Error for deleting user profile.
[userProfileUpdateFailed] [→ const String] : Error for updating user profile.
[wrongCredentials] [→ const String] : GraphQL error for handling: Invalid credentials.
[youAreOfflineUnableToLogin] [→ const String] : Error for login attempt when offline.
[youAreOfflineUnableToLogout] [→ const String] : Error for logout attempt when offline.
[youAreOfflineUnableToSignUp] [→ const String] : Error for signup attempt when offline.
- talawa
- app_strings
- TalawaErrors class