Class ExecutionErrorResult
java.lang.Object
org.opencastproject.graphql.execution.ExecutionErrorResult
- All Implemented Interfaces:
graphql.ExecutionResult
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionExecutionErrorResult(List<graphql.GraphQLError> errors) ExecutionErrorResult(List<graphql.GraphQLError> errors, Map<Object, Object> extensions) -
Method Summary
Modifier and TypeMethodDescription<T> TgetData()List<graphql.GraphQLError> booleanstatic ExecutionErrorResult.BuilderMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface graphql.ExecutionResult
transform
-
Constructor Details
-
ExecutionErrorResult
-
ExecutionErrorResult
-
-
Method Details
-
getErrors
- Specified by:
getErrorsin interfacegraphql.ExecutionResult
-
getData
public <T> T getData()- Specified by:
getDatain interfacegraphql.ExecutionResult
-
isDataPresent
public boolean isDataPresent()- Specified by:
isDataPresentin interfacegraphql.ExecutionResult
-
getExtensions
- Specified by:
getExtensionsin interfacegraphql.ExecutionResult
-
toSpecification
- Specified by:
toSpecificationin interfacegraphql.ExecutionResult
-
newExecutionResult
-