CriticalActionException class
Exception thrown for critical actions that require special handling.
Extends OperationException to integrate with GraphQL error handling.
Inheritance
: - Object
- OperationException
- CriticalActionException
Constructors
[CriticalActionException][([[String] actionError])] : Constructor for CriticalActionException.
Properties
[actionError] [↔ String] : The error message associated with this critical action. ::: features getter/setter pair :::
[graphqlErrors] [↔ List[<[GraphQLError]>]] : Any graphql errors returned from the operation ::: features getter/setter pairinherited :::
[hashCode] [→ int] : The hash code for this object. ::: features no setterinherited :::
[linkException] [↔ LinkException?] : Errors encountered during execution such as network or cache errors ::: features getter/setter pairinherited :::
[originalStackTrace] [↔ StackTrace?]
: ::: features getter/setter pairinherited :::
: ::: features getter/setter pairinherited :::
[runtimeType] [→ Type] : A representation of the runtime type of the object. ::: features no setterinherited :::
Methods
[addError][([[GraphQLError] error]) → void ]
: ::: features inherited :::
[noSuchMethod][([[Invocation] invocation]) → dynamic ] : Invoked when a nonexistent method or property is accessed. ::: features inherited :::
[toString][ [→ String] ] : A string representation of this object. ::: features override :::
Operators
[operator ==][([[Object] other]) [→ bool] ] : The equality operator. ::: features inherited :::
- talawa
- critical_action_exception
- CriticalActionException class