ErrorReason class
Error codes sent when closing the websocket channel in graphql-transport-ws
https://developer.mozilla.org/en-US/docs/Web/API/CloseEvent/code https://github.com/enisdenjo/graphql-ws/blob/master/PROTOCOL.md
Constructors
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
Constants
- duplicateSubscriptionId → const int
- initialisationTimeout → const int
- internalError → const int
- invalidMessage → const int
- normalClosure → const int
- tooManyInitialisations → const int