sealed abstract class ErrorCode extends GeneratedEnum

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ErrorCode
  2. GeneratedEnum
  3. Serializable
  4. Serializable
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type EnumType = ErrorCode
    Definition Classes
    ErrorCode → GeneratedEnum

Abstract Value Members

  1. abstract def canEqual(that: Any): Boolean
    Definition Classes
    Equals
  2. abstract def index: Int
    Definition Classes
    GeneratedEnum
  3. abstract def name: String
    Definition Classes
    GeneratedEnum
  4. abstract def productArity: Int
    Definition Classes
    Product
  5. abstract def productElement(n: Int): Any
    Definition Classes
    Product

Concrete 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. final def asRecognized: Option[Recognized]
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  7. def companion: GeneratedEnumCompanion[ErrorCode]
    Definition Classes
    ErrorCode → GeneratedEnum
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  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 isBuildIndexError: Boolean
  13. def isCacheFailed: Boolean
  14. def isCannotCreateFile: Boolean
  15. def isCannotCreateFolder: Boolean
  16. def isCannotDeleteFile: Boolean
  17. def isCannotDeleteFolder: Boolean
  18. def isCollectionNameNotFound: Boolean
  19. def isCollectionNotExists: Boolean
  20. def isConnectFailed: Boolean
  21. def isCreateCredentialFailure: Boolean
  22. def isCreateRoleFailure: Boolean
  23. def isDdrequestRace: Boolean
  24. def isDeleteCredentialFailure: Boolean
  25. def isDropRoleFailure: Boolean
  26. def isEmptyCollection: Boolean
  27. def isFileNotFound: Boolean
  28. def isGetCredentialFailure: Boolean
  29. def isGetUserFailure: Boolean
  30. def isIllegalArgument: Boolean
  31. def isIllegalCollectionName: Boolean
  32. def isIllegalDimension: Boolean
  33. def isIllegalIndexType: Boolean
  34. def isIllegalMetricType: Boolean
  35. def isIllegalNlist: Boolean
  36. def isIllegalRowRecord: Boolean
  37. def isIllegalSearchResult: Boolean
  38. def isIllegalTopk: Boolean
  39. def isIllegalVectorId: Boolean
  40. def isIndexNotExist: Boolean
  41. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  42. def isListCredUsersFailure: Boolean
  43. def isListPolicyFailure: Boolean
  44. def isMetaFailed: Boolean
  45. def isNoReplicaAvailable: Boolean
  46. def isNotShardLeader: Boolean
  47. def isOperatePrivilegeFailure: Boolean
  48. def isOperateUserRoleFailure: Boolean
  49. def isOutOfMemory: Boolean
  50. def isPermissionDenied: Boolean
  51. def isRefreshPolicyInfoCacheFailure: Boolean
  52. def isSelectGrantFailure: Boolean
  53. def isSelectResourceFailure: Boolean
  54. def isSelectRoleFailure: Boolean
  55. def isSelectUserFailure: Boolean
  56. def isSuccess: Boolean
  57. def isUnexpectedError: Boolean
  58. def isUnrecognized: Boolean
    Definition Classes
    GeneratedEnum
  59. def isUpdateCredentialFailure: Boolean
  60. def isUpdateImportTaskFailure: Boolean
  61. def javaValueDescriptor: EnumValueDescriptor
    Definition Classes
    GeneratedEnum
  62. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  63. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  64. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  65. def productIterator: Iterator[Any]
    Definition Classes
    Product
  66. def productPrefix: String
    Definition Classes
    Product
  67. def scalaValueDescriptor: EnumValueDescriptor
    Definition Classes
    GeneratedEnum
  68. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  69. def toString(): String
    Definition Classes
    GeneratedEnum → Any
  70. val value: Int
    Definition Classes
    ErrorCode → GeneratedEnum
  71. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  72. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  73. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

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

Inherited from GeneratedEnum

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped