Uses of Class
ai.vectros.types.IndexFailure.Builder
Packages that use IndexFailure.Builder
-
Uses of IndexFailure.Builder in ai.vectros.types
Methods in ai.vectros.types that return IndexFailure.BuilderModifier and TypeMethodDescriptionIndexFailure.Builder.additionalProperties(Map<String, Object> additionalProperties) IndexFailure.Builder.additionalProperty(String key, Object value) static IndexFailure.BuilderIndexFailure.builder()IndexFailure.Builder.code(IndexFailureCode code) IndexFailure.Builder.code(Optional<IndexFailureCode> code) A stable, machine-readable reason code.IndexFailure.Builder.from(IndexFailure other) A human-readable explanation of the failure, suitable for showing to an end user.