Package io.smallrye.graphql.api
Annotation Interface ErrorCode
@Retention(RUNTIME)
@Target({TYPE,ANNOTATION_TYPE})
@Experimental("Allow you to add an error code to the error. Not covered by the specification. Subject to change.")
public @interface ErrorCode
-
Required Element Summary
Required Elements
-
Element Details
-
value
String value
-