Uses of Class
io.streamthoughts.azkarra.api.errors.Error
-
Packages that use Error Package Description io.streamthoughts.azkarra.api.monad io.streamthoughts.azkarra.api.query.internal io.streamthoughts.azkarra.api.query.result -
-
Uses of Error in io.streamthoughts.azkarra.api.monad
Methods in io.streamthoughts.azkarra.api.monad that return types with arguments of type Error Modifier and Type Method Description Either<T,List<Error>>
Validator. toEither()
Methods in io.streamthoughts.azkarra.api.monad with parameters of type Error Modifier and Type Method Description Validator<T>
Validator. validates(Predicate<? super T> predicate, Error error)
Method parameters in io.streamthoughts.azkarra.api.monad with type arguments of type Error Modifier and Type Method Description T
Validator. getOrThrow(Function<List<Error>,Throwable> f)
-
Uses of Error in io.streamthoughts.azkarra.api.query.internal
Subclasses of Error in io.streamthoughts.azkarra.api.query.internal Modifier and Type Class Description static class
LocalStoreQueryBuilder.MissingRequiredKeyError
Fields in io.streamthoughts.azkarra.api.query.internal declared as Error Modifier and Type Field Description static Error
WindowQueryBuilder. INVALID_TIME_ERROR
Methods in io.streamthoughts.azkarra.api.query.internal that return types with arguments of type Error Modifier and Type Method Description Optional<List<Error>>
Query. validate(QueryParams parameters)
Method parameters in io.streamthoughts.azkarra.api.query.internal with type arguments of type Error Modifier and Type Method Description static io.streamthoughts.azkarra.api.query.internal.InvalidQueryException
LocalStoreQueryBuilder. toInvalidQueryException(List<Error> errors)
-
Uses of Error in io.streamthoughts.azkarra.api.query.result
Subclasses of Error in io.streamthoughts.azkarra.api.query.result Modifier and Type Class Description class
QueryError
A serializable error.Method parameters in io.streamthoughts.azkarra.api.query.result with type arguments of type Error Modifier and Type Method Description static List<QueryError>
QueryError. allOf(List<Error> errors)
Constructors in io.streamthoughts.azkarra.api.query.result with parameters of type Error Constructor Description QueryError(Error error)
Creates a newQueryError
instance.
-