You are viewing documentation for a previous version of this software.

Switch to the latest stable version.

ApolloCodegen.CodegenError


ENUM

ApolloCodegen.CodegenError

Swift
1public enum CodegenError: Error, LocalizedError

Errors which can happen with code generation

Cases

folderDoesNotExist(_:)

Swift
1case folderDoesNotExist(_ url: URL)

multipleFilesButNotDirectoryURL(_:)

Swift
1case multipleFilesButNotDirectoryURL(_ url: URL)

singleFileButNotSwiftFileURL(_:)

Swift
1case singleFileButNotSwiftFileURL(_ url: URL)

Properties

errorDescription

Swift
1public var errorDescription: String?
Feedback

Edit on GitHub

Forums