Enumerations

The following enumerations are available globally.

  • Represents various constants used in Davinci requests and flows.

    See more

    Declaration

    Swift

    public enum Constants
  • An error type that represents validation errors.

    See more

    Declaration

    Swift

    public enum ValidationError : Error, Identifiable, Equatable
  • Represents errors that occur during serialization.

    See more

    Declaration

    Swift

    public enum SerializationError : Error
  • Represents API errors that occur during response transformation.

    See more

    Declaration

    Swift

    public enum ApiError : Error, @unchecked Sendable