Log and Exception Message Code Reference

SRGQL §

Code Level Return Type Message
SRGQL010000 WARN void Schema is null, or it has no operations. Not bootstrapping SmallRye GraphQL
SRGQL010001 WARN void No GraphQL methods found. Try annotating your methods with @Query or @Mutation
SRGQL010002 WARN void Operation [%s] also exist as a batch operation - ignoring the non-batch operation
SRGQL011000 WARN void We got a String as input for Variables, not sure what to do with that [%s]
SRGQL011001 DEBUG void Retrieved from cache: %s
SRGQL011002 DEBUG void Added to cache: %s
SRGQL011003 DEBUG void Cannot use the no-arg constructor to build instances of type %s
SRGQL011004 WARN void Returning argument as is, because we did not know how to handle it [%s] on method [%s]
SRGQL011005 INFO void Payload In [%s]
SRGQL011006 INFO void Payload Out [%s]
SRGQL012000 ERROR void Data Fetching Error
SRGQL013001 DEBUG void Using %s lookup service for metrics
SRGQL013002 DEBUG void Using %s lookup service for tracing
SRGQL013003 DEBUG void Using %s service for object lookups
SRGQL013004 DEBUG void Using %s service for class loading
SRGQL014000 ERROR void Unable to transform data
SRGQL015000 DEBUG void Using %s service for context propagation
SRGQL016000 DEBUG void Enable GraphQL Federation
SRGQL020000 INFO void Loaded index from [%s]
SRGQL020001 INFO void No jandex index available, let's generate one...
SRGQL020002 DEBUG void Processing file [%s]
SRGQL020003 DEBUG void Cannot process file [%s]
SRGQL020004 WARN void Cannot create URL from a JAR/WAR file included in the classpath
SRGQL020005 WARN void Ignoring url [%s] as it's not a jar, war or folder
SRGQL020006 WARN void Could not process url [%s] while indexing files
SRGQL020007 INFO void SmallRye GraphQL initialized
SRGQL020008 INFO void SmallRye GraphQL destroyed
SRGQL021000 ERROR void IO Exception occurred
SRGQL021001 DEBUG void JSON input: %s
SRGQL021002 DEBUG void Unable to log reader %s
SRGQL030000 WARN void Received response containing no data
SRGQL030001 WARN void The runtime did not set the `apis` field in `GraphQLClientsConfiguration`, so the bean is unable to locate configurations of typesafe clients
SRGQL030002 WARN void Unsupported path segment type %s (expecting only String or Number), ignoring
SRGQL030003 WARN void Unsupported extension type %s, ignoring

WFLYGRAPHQL §

Code Level Return Type Message
WFLYGRAPHQL0001 INFO void Activating Eclipse MicroProfile GraphQL Subsystem
WFLYGRAPHQL0002 INFO void Activating GraphQL for deployment %s
WFLYGRAPHQL0003 INFO void Found %s queries and %s mutations in the API
WFLYGRAPHQL0004 WARN void Could not update %s because the contents are not as expected
WFLYGRAPHQL0100 org.jboss.as.server.deployment.DeploymentUnitProcessingException Multiple GraphQLApi annotations were found

WFLYGRAPHQLCLIENT §

Code Level Return Type Message
WFLYGRAPHQLCLIENT00001 INFO void Activating Eclipse MicroProfile GraphQL Client Subsystem
WFLYGRAPHQLCLIENT00002 INFO void Activating GraphQL Client for deployment %s
WFLYGRAPHQLCLIENT00003 INFO void Found %s queries and %s mutations in the API
WFLYGRAPHQLCLIENT00004 WARN void Could not update %s because the contents are not as expected
WFLYGRAPHQLCLIENT00100 org.jboss.as.server.deployment.DeploymentUnitProcessingException Multiple GraphQLClientApi annotations were found