object CoreExceptionCodes extends Enum[CoreExceptionCodes]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CoreExceptionCodes
- Enum
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
extraNamesToValuesMap: Map[String, CoreExceptionCodes]
- Definition Classes
- Enum
-
macro
def
findValues: IndexedSeq[CoreExceptionCodes]
- Attributes
- protected
- Definition Classes
- Enum
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
indexOf(member: CoreExceptionCodes): Int
- Definition Classes
- Enum
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
lazy val
lowerCaseNamesToValuesMap: Map[String, CoreExceptionCodes]
- Definition Classes
- Enum
-
lazy val
namesToValuesMap: Map[String, CoreExceptionCodes]
- Definition Classes
- Enum
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
lazy val
upperCaseNameValuesToMap: Map[String, CoreExceptionCodes]
- Definition Classes
- Enum
-
val
values: IndexedSeq[CoreExceptionCodes]
- Definition Classes
- CoreExceptionCodes → Enum
-
final
lazy val
valuesToIndex: Map[CoreExceptionCodes, Int]
- Definition Classes
- Enum
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
withName(name: String): CoreExceptionCodes
- Definition Classes
- Enum
- Annotations
- @SuppressWarnings()
-
def
withNameEither(name: String): Either[NoSuchMember[CoreExceptionCodes], CoreExceptionCodes]
- Definition Classes
- Enum
-
def
withNameInsensitive(name: String): CoreExceptionCodes
- Definition Classes
- Enum
- Annotations
- @SuppressWarnings()
-
def
withNameInsensitiveEither(name: String): Either[NoSuchMember[CoreExceptionCodes], CoreExceptionCodes]
- Definition Classes
- Enum
-
def
withNameInsensitiveOption(name: String): Option[CoreExceptionCodes]
- Definition Classes
- Enum
-
def
withNameLowercaseOnly(name: String): CoreExceptionCodes
- Definition Classes
- Enum
- Annotations
- @SuppressWarnings()
-
def
withNameLowercaseOnlyEither(name: String): Either[NoSuchMember[CoreExceptionCodes], CoreExceptionCodes]
- Definition Classes
- Enum
-
def
withNameLowercaseOnlyOption(name: String): Option[CoreExceptionCodes]
- Definition Classes
- Enum
-
def
withNameOption(name: String): Option[CoreExceptionCodes]
- Definition Classes
- Enum
-
def
withNameUppercaseOnly(name: String): CoreExceptionCodes
- Definition Classes
- Enum
- Annotations
- @SuppressWarnings()
-
def
withNameUppercaseOnlyEither(name: String): Either[NoSuchMember[CoreExceptionCodes], CoreExceptionCodes]
- Definition Classes
- Enum
-
def
withNameUppercaseOnlyOption(name: String): Option[CoreExceptionCodes]
- Definition Classes
- Enum
- object AUTHENTICATION_FAILED extends CoreExceptionCodes with Product with Serializable
- object CALL_ERROR extends CoreExceptionCodes with Product with Serializable
- object FEATURE_NOT_AVAILABLE extends CoreExceptionCodes with Product with Serializable
- object INSTANCE_ALREADY_EXISTS extends CoreExceptionCodes with Product with Serializable
- object INSTANCE_NOT_FOUND extends CoreExceptionCodes with Product with Serializable
- object INSTANCE_NOT_UNIQUE extends CoreExceptionCodes with Product with Serializable
- object INVALID_ARGUMENT extends CoreExceptionCodes with Product with Serializable
- object INVALID_EXPRESSION extends CoreExceptionCodes with Product with Serializable
- object INVALID_OBJECT_IN_CONTAINER extends CoreExceptionCodes with Product with Serializable
- object INVALID_REF extends CoreExceptionCodes with Product with Serializable
- object INVALID_SCOPE extends CoreExceptionCodes with Product with Serializable
- object INVALID_TOKEN extends CoreExceptionCodes with Product with Serializable
- object INVALID_URL_PARAMETER extends CoreExceptionCodes with Product with Serializable
- object INVALID_WRITE_TIME extends CoreExceptionCodes with Product with Serializable
- object MISSING_IDENTITY extends CoreExceptionCodes with Product with Serializable
- object MOVE_DATABASE_ERROR extends CoreExceptionCodes with Product with Serializable
- object PERMISSION_DENIED extends CoreExceptionCodes with Product with Serializable
- object RECOVERY_FAILED extends CoreExceptionCodes with Product with Serializable
- object SCHEMA_NOT_FOUND extends CoreExceptionCodes with Product with Serializable
- object STACK_OVERFLOW extends CoreExceptionCodes with Product with Serializable
- object TRANSACTION_ABORTED extends CoreExceptionCodes with Product with Serializable
- object UNKNOWN_ERROR extends CoreExceptionCodes with Product with Serializable
- object VALIDATION_FAILED extends CoreExceptionCodes with Product with Serializable
- object VALUE_NOT_FOUND extends CoreExceptionCodes with Product with Serializable