JavaScript is disabled on your browser.
Description
Nested Class Summary
Enum Constant Summary
Method Summary
Enum Constant Details
BAD_REQUEST
UNAUTHORIZED
FORBIDDEN
NOT_FOUND
INTERNAL_ERROR
Method Details
values()
valueOf(String)
Enum Constant Summary
Enum Constants
DataFetcher cannot or will not fetch the data value due to
something that is perceived to be a client error.
DataFetcher refuses to authorize the fetching of the data
value.
DataFetcher encountered an unexpected condition that
prevented it from fetching the data value.
DataFetcher did not find a data value or is not willing to
disclose that one exists.
DataFetcher did not fetch the data value due to a lack of
valid authentication credentials.
Method Summary
All Methods Static Methods Concrete Methods
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
Methods inherited from class java.lang.Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
Methods inherited from interface graphql.ErrorClassification
toSpecification