Package

ai.deepsense.deeplang

exceptions

Permalink

package exceptions

Visibility
  1. Public
  2. All

Type Members

  1. class DeepLangException extends DeepSenseException

    Permalink
  2. case class DeepLangMultiException(exceptions: Vector[DeepLangException]) extends DeepLangException with Product with Serializable

    Permalink

    This exception is used when we need to throw multiple validation errors at once.

Ungrouped