Milvex.Milvus.Proto.Common.ErrorCode (milvex v0.10.2)

Copy Markdown

Deprecated

Summary

Types

t()

@type t() ::
  integer()
  | :Success
  | :UnexpectedError
  | :ConnectFailed
  | :PermissionDenied
  | :CollectionNotExists
  | :IllegalArgument
  | :IllegalDimension
  | :IllegalIndexType
  | :IllegalCollectionName
  | :IllegalTOPK
  | :IllegalRowRecord
  | :IllegalVectorID
  | :IllegalSearchResult
  | :FileNotFound
  | :MetaFailed
  | :CacheFailed
  | :CannotCreateFolder
  | :CannotCreateFile
  | :CannotDeleteFolder
  | :CannotDeleteFile
  | :BuildIndexError
  | :IllegalNLIST
  | :IllegalMetricType
  | :OutOfMemory
  | :IndexNotExist
  | :EmptyCollection
  | :UpdateImportTaskFailure
  | :CollectionNameNotFound
  | :CreateCredentialFailure
  | :UpdateCredentialFailure
  | :DeleteCredentialFailure
  | :GetCredentialFailure
  | :ListCredUsersFailure
  | :GetUserFailure
  | :CreateRoleFailure
  | :DropRoleFailure
  | :OperateUserRoleFailure
  | :SelectRoleFailure
  | :SelectUserFailure
  | :SelectResourceFailure
  | :OperatePrivilegeFailure
  | :SelectGrantFailure
  | :RefreshPolicyInfoCacheFailure
  | :ListPolicyFailure
  | :NotShardLeader
  | :NoReplicaAvailable
  | :SegmentNotFound
  | :ForceDeny
  | :RateLimit
  | :NodeIDNotMatch
  | :UpsertAutoIDTrue
  | :InsufficientMemoryToLoad
  | :MemoryQuotaExhausted
  | :DiskQuotaExhausted
  | :TimeTickLongDelay
  | :NotReadyServe
  | :NotReadyCoordActivating
  | :CreatePrivilegeGroupFailure
  | :DropPrivilegeGroupFailure
  | :ListPrivilegeGroupsFailure
  | :OperatePrivilegeGroupFailure
  | :SchemaMismatch
  | :DataCoordNA
  | :DDRequestRace