Package com.adobe.testing.s3mock.vectors
Object S3VectorsException.Companion
-
- All Implemented Interfaces:
public class S3VectorsException.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final S3VectorsExceptionVECTOR_BUCKET_NOT_FOUNDprivate final S3VectorsExceptionVECTOR_BUCKET_ALREADY_EXISTSprivate final S3VectorsExceptionVECTOR_BUCKET_NOT_EMPTYprivate final S3VectorsExceptionINDEX_NOT_FOUNDprivate final S3VectorsExceptionINDEX_ALREADY_EXISTSprivate final S3VectorsExceptionVECTOR_NOT_FOUNDprivate final S3VectorsExceptionINVALID_BUCKET_NAMEprivate final S3VectorsExceptionINVALID_INDEX_NAMEprivate final S3VectorsExceptionINVALID_DIMENSIONprivate final S3VectorsExceptionINVALID_TOP_Kprivate final S3VectorsExceptionINVALID_VECTOR_DATAprivate final S3VectorsExceptionZERO_VECTOR_COSINEprivate final S3VectorsExceptionBUCKET_POLICY_NOT_FOUNDprivate final S3VectorsExceptionINVALID_FILTER_NON_FILTERABLE_KEYpublic final static S3VectorsException.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final S3VectorsExceptionnotFound(String message)final S3VectorsExceptionconflict(String message)final S3VectorsExceptionvalidation(String message)final S3VectorsExceptiondimensionMismatch(Integer expected, Integer actual)final S3VectorsExceptiongetVECTOR_BUCKET_NOT_FOUND()final S3VectorsExceptiongetVECTOR_BUCKET_ALREADY_EXISTS()final S3VectorsExceptiongetVECTOR_BUCKET_NOT_EMPTY()final S3VectorsExceptiongetINDEX_NOT_FOUND()final S3VectorsExceptiongetINDEX_ALREADY_EXISTS()final S3VectorsExceptiongetVECTOR_NOT_FOUND()final S3VectorsExceptiongetINVALID_BUCKET_NAME()final S3VectorsExceptiongetINVALID_INDEX_NAME()final S3VectorsExceptiongetINVALID_DIMENSION()final S3VectorsExceptiongetINVALID_TOP_K()final S3VectorsExceptiongetINVALID_VECTOR_DATA()final S3VectorsExceptiongetZERO_VECTOR_COSINE()final S3VectorsExceptiongetBUCKET_POLICY_NOT_FOUND()final S3VectorsExceptiongetINVALID_FILTER_NON_FILTERABLE_KEY()-
-
Method Detail
-
notFound
final S3VectorsException notFound(String message)
-
conflict
final S3VectorsException conflict(String message)
-
validation
final S3VectorsException validation(String message)
-
dimensionMismatch
final S3VectorsException dimensionMismatch(Integer expected, Integer actual)
-
getVECTOR_BUCKET_NOT_FOUND
final S3VectorsException getVECTOR_BUCKET_NOT_FOUND()
-
getVECTOR_BUCKET_ALREADY_EXISTS
final S3VectorsException getVECTOR_BUCKET_ALREADY_EXISTS()
-
getVECTOR_BUCKET_NOT_EMPTY
final S3VectorsException getVECTOR_BUCKET_NOT_EMPTY()
-
getINDEX_NOT_FOUND
final S3VectorsException getINDEX_NOT_FOUND()
-
getINDEX_ALREADY_EXISTS
final S3VectorsException getINDEX_ALREADY_EXISTS()
-
getVECTOR_NOT_FOUND
final S3VectorsException getVECTOR_NOT_FOUND()
-
getINVALID_BUCKET_NAME
final S3VectorsException getINVALID_BUCKET_NAME()
-
getINVALID_INDEX_NAME
final S3VectorsException getINVALID_INDEX_NAME()
-
getINVALID_DIMENSION
final S3VectorsException getINVALID_DIMENSION()
-
getINVALID_TOP_K
final S3VectorsException getINVALID_TOP_K()
-
getINVALID_VECTOR_DATA
final S3VectorsException getINVALID_VECTOR_DATA()
-
getZERO_VECTOR_COSINE
final S3VectorsException getZERO_VECTOR_COSINE()
-
getBUCKET_POLICY_NOT_FOUND
final S3VectorsException getBUCKET_POLICY_NOT_FOUND()
-
getINVALID_FILTER_NON_FILTERABLE_KEY
final S3VectorsException getINVALID_FILTER_NON_FILTERABLE_KEY()
-
-
-
-