Interface GraphQLExtensionNoResponseError

All Superinterfaces:
GraphQLErrorObject
All Known Implementing Classes:
GraphQLExtensionNoResponseErrorImpl

Returned when the API Extension does not respond within the time limit, or could not be reached.


Example to create an instance using the builder pattern

     GraphQLExtensionNoResponseError graphQLExtensionNoResponseError = GraphQLExtensionNoResponseError.builder()
             .extensionId("{extensionId}")
             .build()