Uses of Enum Class
io.axoniq.framework.axonserver.connector.shared.ErrorCode
Packages that use ErrorCode
Package
Description
Part of the Axon Server Connector module.
Part of the Axon Server Connector module.
-
Uses of ErrorCode in io.axoniq.framework.axonserver.connector.query
Methods in io.axoniq.framework.axonserver.connector.query with parameters of type ErrorCodeModifier and TypeMethodDescriptionstatic io.axoniq.axonserver.grpc.query.QueryUpdateQueryConverter.convertQueryUpdate(String clientId, @Nullable ErrorCode errorCode, Throwable error) Converts error information and a client identifier into aQueryUpdate.