DALIError

open class DALIError

A set of errors used by the DALIapi framework to signal the user when there is an issue

  • Pertaining to the Save opperation

    Declaration

    Swift

    public enum Save : Error
  • Pertaining to the Create opperation

    See more

    Declaration

    Swift

    public enum Create : Error
  • Pertaining to the General opperations. Mostly used by the ServerCommunicator

    See more

    Declaration

    Swift

    public enum General : Error