Uses of Class
io.smallrye.graphql.schema.model.ErrorInfo
-
-
Uses of ErrorInfo in io.smallrye.graphql.schema.model
Methods in io.smallrye.graphql.schema.model that return types with arguments of type ErrorInfo Modifier and Type Method Description Map<String,ErrorInfo>Schema. getErrors()Methods in io.smallrye.graphql.schema.model with parameters of type ErrorInfo Modifier and Type Method Description voidSchema. addError(ErrorInfo error)Method parameters in io.smallrye.graphql.schema.model with type arguments of type ErrorInfo Modifier and Type Method Description voidSchema. setErrors(Map<String,ErrorInfo> errors)
-