AuthenticationError

@native @JSImport("apollo-server-errors", "AuthenticationError") @JSType
class AuthenticationError(message: String) extends ApolloError
trait GraphQLError
class Error
class Object
trait Any
class Object
trait Matchable
class Any

Value members

Inherited methods

def hasOwnProperty(v: String): Boolean
Inherited from
Object
def isPrototypeOf(v: Object): Boolean
Inherited from
Object
def propertyIsEnumerable(v: String): Boolean
Inherited from
Object
def toLocaleString(): String
Inherited from
Object
def valueOf(): Any
Inherited from
Object

Inherited fields

val extensions: UndefOr[Dictionary[Any]]
Inherited from
GraphQLError
val locations: UndefOr[Array[SourceLocation]]
Inherited from
GraphQLError
val nodes: UndefOr[Array[ASTNode]]
Inherited from
GraphQLError
val originalError: UndefOr[Error | Null]
Inherited from
GraphQLError
val path: UndefOr[Array[String | Int]]
Inherited from
GraphQLError
val positions: UndefOr[Int]
Inherited from
GraphQLError
val source: UndefOr[Source]
Inherited from
GraphQLError