Error
public enum Error : Swift.Error
                Undocumented
- 
                  
                  
Undocumented
Declaration
Swift
case cannotInstantiateTypeFromRawValue(InputResolvable.Type, rawValue: Any) - 
                  
                  
Undocumented
Declaration
Swift
case inputObjectIsNotAStruct(type: GraphQLInputObject.Type) - 
                  
                  
Undocumented
Declaration
Swift
case invalidPropertyInInputObject(name: String, type: Any.Type, ownerType: GraphQLInputObject.Type) - 
                  
                  
Undocumented
Declaration
Swift
case unionTypeIsNotAnEnum(type: GraphQLUnion.Type) - 
                  
                  
Undocumented
Declaration
Swift
case notAllCasesOfUnionAreGraphQLObjects(type: GraphQLUnion.Type, valid: [GraphQLObject.Type], invalid: [Any.Type?]) - 
                  
                  
Undocumented
Declaration
Swift
case viewerContextDidNotMatchExpectedType(expectedType: Any.Type, viewerContext: Any?) 
            View on GitHub
          
      Error Enumeration Reference