Warning:
Fauna is decommissioning FQL v4 on June 30, 2025.

This driver is not compatible with FQL v10, the latest version. Fauna accounts created after August 21, 2024 must use FQL v10.
Ensure you migrate existing projects to the official v10 driver by the v4 EOL date: https://github.com/fauna/fauna-jvm.

For more information, see the v4 end of life (EOL) announcement and related FAQ.

object CoreExceptionCodes extends Enum[CoreExceptionCodes]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CoreExceptionCodes
  2. Enum
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def extraNamesToValuesMap: Map[String, CoreExceptionCodes]
    Definition Classes
    Enum
  9. macro def findValues: IndexedSeq[CoreExceptionCodes]
    Attributes
    protected
    Definition Classes
    Enum
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. def indexOf(member: CoreExceptionCodes): Int
    Definition Classes
    Enum
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final lazy val lowerCaseNamesToValuesMap: Map[String, CoreExceptionCodes]
    Definition Classes
    Enum
  15. lazy val namesToValuesMap: Map[String, CoreExceptionCodes]
    Definition Classes
    Enum
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  20. def toString(): String
    Definition Classes
    AnyRef → Any
  21. final lazy val upperCaseNameValuesToMap: Map[String, CoreExceptionCodes]
    Definition Classes
    Enum
  22. val values: IndexedSeq[CoreExceptionCodes]
    Definition Classes
    CoreExceptionCodes → Enum
  23. final lazy val valuesToIndex: Map[CoreExceptionCodes, Int]
    Definition Classes
    Enum
  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. def withName(name: String): CoreExceptionCodes
    Definition Classes
    Enum
    Annotations
    @SuppressWarnings()
  28. def withNameEither(name: String): Either[NoSuchMember[CoreExceptionCodes], CoreExceptionCodes]
    Definition Classes
    Enum
  29. def withNameInsensitive(name: String): CoreExceptionCodes
    Definition Classes
    Enum
    Annotations
    @SuppressWarnings()
  30. def withNameInsensitiveEither(name: String): Either[NoSuchMember[CoreExceptionCodes], CoreExceptionCodes]
    Definition Classes
    Enum
  31. def withNameInsensitiveOption(name: String): Option[CoreExceptionCodes]
    Definition Classes
    Enum
  32. def withNameLowercaseOnly(name: String): CoreExceptionCodes
    Definition Classes
    Enum
    Annotations
    @SuppressWarnings()
  33. def withNameLowercaseOnlyEither(name: String): Either[NoSuchMember[CoreExceptionCodes], CoreExceptionCodes]
    Definition Classes
    Enum
  34. def withNameLowercaseOnlyOption(name: String): Option[CoreExceptionCodes]
    Definition Classes
    Enum
  35. def withNameOption(name: String): Option[CoreExceptionCodes]
    Definition Classes
    Enum
  36. def withNameUppercaseOnly(name: String): CoreExceptionCodes
    Definition Classes
    Enum
    Annotations
    @SuppressWarnings()
  37. def withNameUppercaseOnlyEither(name: String): Either[NoSuchMember[CoreExceptionCodes], CoreExceptionCodes]
    Definition Classes
    Enum
  38. def withNameUppercaseOnlyOption(name: String): Option[CoreExceptionCodes]
    Definition Classes
    Enum
  39. object AUTHENTICATION_FAILED extends CoreExceptionCodes with Product with Serializable
  40. object CALL_ERROR extends CoreExceptionCodes with Product with Serializable
  41. object FEATURE_NOT_AVAILABLE extends CoreExceptionCodes with Product with Serializable
  42. object INSTANCE_ALREADY_EXISTS extends CoreExceptionCodes with Product with Serializable
  43. object INSTANCE_NOT_FOUND extends CoreExceptionCodes with Product with Serializable
  44. object INSTANCE_NOT_UNIQUE extends CoreExceptionCodes with Product with Serializable
  45. object INVALID_ARGUMENT extends CoreExceptionCodes with Product with Serializable
  46. object INVALID_EXPRESSION extends CoreExceptionCodes with Product with Serializable
  47. object INVALID_OBJECT_IN_CONTAINER extends CoreExceptionCodes with Product with Serializable
  48. object INVALID_REF extends CoreExceptionCodes with Product with Serializable
  49. object INVALID_SCOPE extends CoreExceptionCodes with Product with Serializable
  50. object INVALID_TOKEN extends CoreExceptionCodes with Product with Serializable
  51. object INVALID_URL_PARAMETER extends CoreExceptionCodes with Product with Serializable
  52. object INVALID_WRITE_TIME extends CoreExceptionCodes with Product with Serializable
  53. object MISSING_IDENTITY extends CoreExceptionCodes with Product with Serializable
  54. object MOVE_DATABASE_ERROR extends CoreExceptionCodes with Product with Serializable
  55. object PERMISSION_DENIED extends CoreExceptionCodes with Product with Serializable
  56. object RECOVERY_FAILED extends CoreExceptionCodes with Product with Serializable
  57. object SCHEMA_NOT_FOUND extends CoreExceptionCodes with Product with Serializable
  58. object STACK_OVERFLOW extends CoreExceptionCodes with Product with Serializable
  59. object TRANSACTION_ABORTED extends CoreExceptionCodes with Product with Serializable
  60. object UNKNOWN_ERROR extends CoreExceptionCodes with Product with Serializable
  61. object VALIDATION_FAILED extends CoreExceptionCodes with Product with Serializable
  62. object VALUE_NOT_FOUND extends CoreExceptionCodes with Product with Serializable

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Enum[CoreExceptionCodes]

Inherited from AnyRef

Inherited from Any

Ungrouped