GraphqlExceptionResolver class
static class to handle graphql exceptions.
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 :::
Static Properties
[emailAccountPresent] [↔ GraphQLError] : Graphql error for handling. ::: features getter/setter pair :::
[memberRequestExist] [↔ GraphQLError] : Graphql error for handling. ::: features getter/setter pair :::
[notifFeatureNotInstalled] [↔ GraphQLError] : Graphql error for handling. ::: features getter/setter pair :::
[organizationNotFound] [↔ GraphQLError] : Graphql error for handling. ::: features getter/setter pair :::
[refreshAccessTokenExpiredException] [↔ GraphQLError] : Graphql error for handling. ::: features getter/setter pair :::
[userNotAuthenticated] [↔ GraphQLError] : Graphql error for handling. ::: features getter/setter pair :::
[userNotFound] [↔ GraphQLError] : Graphql error for handling. ::: features getter/setter pair :::
[wrongCredentials] [↔ GraphQLError] : Graphql error for handling. ::: features getter/setter pair :::
Static Methods
[encounteredExceptionOrError][([[OperationException] exception, ) [→ bool?] ]
: This function is used to check if any exceptions or error
encountered. The return type is boolean
.
- talawa
- graphql_exception_resolver
- GraphqlExceptionResolver class