Docs
Launch GraphOS Studio
You're viewing documentation for a previous version of this software. Switch to the latest stable version.


ENUM

ApolloSchemaDownloader.SchemaDownloadError

public enum SchemaDownloadError: Error, LocalizedError

Cases

downloadedRegistryJSONFileNotFound(underlying:)

case downloadedRegistryJSONFileNotFound(underlying: Error)

downloadedIntrospectionJSONFileNotFound(underlying:)

case downloadedIntrospectionJSONFileNotFound(underlying: Error)

couldNotParseRegistryJSON(underlying:)

case couldNotParseRegistryJSON(underlying: Error)

unexpectedRegistryJSONType

case unexpectedRegistryJSONType

couldNotExtractSDLFromRegistryJSON

case couldNotExtractSDLFromRegistryJSON

couldNotCreateSDLDataToWrite(schema:)

case couldNotCreateSDLDataToWrite(schema: String)

couldNotConvertIntrospectionJSONToSDL(underlying:)

case couldNotConvertIntrospectionJSONToSDL(underlying: Error)

couldNotCreateURLComponentsFromEndpointURL(url:)

case couldNotCreateURLComponentsFromEndpointURL(url: URL)

couldNotGetURLFromURLComponents(components:)

case couldNotGetURLFromURLComponents(components: URLComponents)

Properties

errorDescription

public var errorDescription: String?
Next
Introduction
Edit on GitHubEditForumsDiscord

© 2024 Apollo Graph Inc.

Privacy Policy

Company