Packages

c

apollo_server

UserInputError

class UserInputError extends Error with GraphQLError

Annotations
@JSType() @native() @JSImport("apollo-server-errors", "UserInputError")
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UserInputError
  2. GraphQLError
  3. Error
  4. Object
  5. Any
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new UserInputError(message: String, code: UndefOr[String] = js.undefined, extensions: UndefOr[Object] = js.undefined)

Value Members

  1. val extensions: UndefOr[Dictionary[Any]]
    Definition Classes
    GraphQLError
  2. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  3. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  4. val locations: UndefOr[Array[SourceLocation]]
    Definition Classes
    GraphQLError
  5. val message: String
    Definition Classes
    Error
  6. val name: String
    Definition Classes
    Error
  7. val nodes: UndefOr[Array[ASTNode]]
    Definition Classes
    GraphQLError
  8. val originalError: UndefOr[|[Error, Null]]
    Definition Classes
    GraphQLError
  9. val path: UndefOr[Array[|[String, Int]]]
    Definition Classes
    GraphQLError
  10. val positions: UndefOr[Int]
    Definition Classes
    GraphQLError
  11. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  12. val source: UndefOr[Source]
    Definition Classes
    GraphQLError
  13. def toLocaleString(): String
    Definition Classes
    Object
  14. def valueOf(): Any
    Definition Classes
    Object