Interface ValidationError

    • Method Detail

      • getErrorCode

        ValidationError.ErrorCode getErrorCode()
        Returns the error code of the validation error.
        Returns:
        error code enum
      • getSource

        java.lang.Object getSource()
        Returns the source of the validation error.
        Returns:
        source object
      • getMessage

        java.lang.String getMessage()
        Returns the message of the validation error.
        Returns:
        message string