Enumerations

The following enumerations are available globally.

  • IAError is the error type returned by itSeez3dAvatarSDK. It encompasses a few different types of errors, each with its own associated reasons.

    • sendingFailed: Returned when sending process fails.
    • downloadingModelFailed: Returned when some step in the model downloading process fails.
    • downloadingHaircutFailed: Returned when some step in the haircut downloading process fails.
    • emptyCacheError: Returned when cache for the requested object is empty.
    See more

    Declaration

    Swift

    public enum IAError : Error
    extension IAError: LocalizedError