連載形式
パッケージ org.springframework.graphql.client
例外クラス org.springframework.graphql.client.FieldAccessException
class FieldAccessException extends GraphQlClientException implements SerializableSESerialized Fields
field
ClientResponseField field
response
ClientGraphQlResponse response
例外クラス org.springframework.graphql.client.GraphQlClientException
class GraphQlClientException extends NestedRuntimeException implements SerializableSESerialized Fields
request
GraphQlRequest request
例外クラス org.springframework.graphql.client.GraphQlTransportException
class GraphQlTransportException extends GraphQlClientException implements SerializableSE例外クラス org.springframework.graphql.client.SubscriptionErrorException
class SubscriptionErrorException extends GraphQlTransportException implements SerializableSESerialized Fields
errors
ListSE<ResponseError> errors
例外クラス org.springframework.graphql.client.WebSocketDisconnectedException
class WebSocketDisconnectedException extends GraphQlTransportException implements SerializableSESerialized Fields
closeStatus
CloseStatus closeStatus
パッケージ org.springframework.graphql.data.federation
例外クラス org.springframework.graphql.data.federation.RepresentationException
class RepresentationException extends RuntimeExceptionSE implements SerializableSESerialized Fields
errorType
ErrorType errorType
handlerMethod
@Nullable HandlerMethod handlerMethod
representation
MapSE<StringSE,
ObjectSE> representation
例外クラス org.springframework.graphql.data.federation.RepresentationNotResolvedException
class RepresentationNotResolvedException extends RepresentationException implements SerializableSE
パッケージ org.springframework.graphql.execution
例外クラス org.springframework.graphql.execution.MissingSchemaException
class MissingSchemaException extends NestedRuntimeException implements SerializableSE例外クラス org.springframework.graphql.execution.SubscriptionPublisherException
class SubscriptionPublisherException extends NestedRuntimeException implements SerializableSESerialized Fields
errors
ListSE<graphql.GraphQLError> errors