class UserInputError extends Error with GraphQLError
- Annotations
- @JSType() @native() @JSImport("apollo-server-errors", "UserInputError")
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- UserInputError
- GraphQLError
- Error
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
Value Members
- val extensions: UndefOr[Dictionary[Any]]
- Definition Classes
- GraphQLError
- def hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- val locations: UndefOr[Array[SourceLocation]]
- Definition Classes
- GraphQLError
- val message: String
- Definition Classes
- Error
- val name: String
- Definition Classes
- Error
- val nodes: UndefOr[Array[ASTNode]]
- Definition Classes
- GraphQLError
- val originalError: UndefOr[|[Error, Null]]
- Definition Classes
- GraphQLError
- val path: UndefOr[Array[|[String, Int]]]
- Definition Classes
- GraphQLError
- val positions: UndefOr[Int]
- Definition Classes
- GraphQLError
- def propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- val source: UndefOr[Source]
- Definition Classes
- GraphQLError
- def toLocaleString(): String
- Definition Classes
- Object
- def valueOf(): Any
- Definition Classes
- Object